< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XDragSourceProtocol.java

Print this page

        

@@ -72,11 +72,11 @@
 
     /**
      * Initializes a drag operation with the specified supported drop actions,
      * contents and data formats.
      *
-     * @param actions a bitwise mask of <code>DnDConstants</code> that represent
+     * @param actions a bitwise mask of {@code DnDConstants} that represent
      *                the supported drop actions.
      * @param contents the contents for the drag operation.
      * @param formats an array of Atoms that represent the supported data formats.
      * @param formats an array of Atoms that represent the supported data formats.
      * @throws InvalidDnDOperationException if a drag operation is already
< prev index next >