提交 4bab59d1 编写于 作者: B bagiras

7199196: Incremental transfer is broken because of a typo

Reviewed-by: anthony, serb
上级 fc3ae9e6
/* /*
* Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -375,7 +375,7 @@ public final class XSelection { ...@@ -375,7 +375,7 @@ public final class XSelection {
XToolkit.awtUnlock(); XToolkit.awtUnlock();
} }
validateDataGetter(dataGetter); validateDataGetter(incrDataGetter);
if (incrDataGetter.getActualFormat() != 8) { if (incrDataGetter.getActualFormat() != 8) {
throw new IOException("Unsupported data format: " + throw new IOException("Unsupported data format: " +
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册