--- a/jdk/src/share/classes/javax/swing/TransferHandler.java Wed Sep 25 17:08:31 2013 +0400
+++ b/jdk/src/share/classes/javax/swing/TransferHandler.java Wed Sep 25 17:35:22 2013 +0400
@@ -502,7 +502,7 @@
* the action with the source drop actions, and then compare the result
* against the original action. For example:
* <pre>
- * boolean copySupported = (COPY & getSourceDropActions()) == COPY;
+ * boolean copySupported = (COPY & getSourceDropActions()) == COPY;
* </pre>
* <p>
* This method is only for use with drag and drop transfers.