< prev index next >

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

Print this page

        

@@ -53,11 +53,11 @@
     }
 
     /**
      * Creates an instance associated with the specified listener.
      *
-     * @throws NullPointerException if listener is <code>null</code>.
+     * @throws NullPointerException if listener is {@code null}.
      */
     static XDragSourceProtocol createInstance(XDragSourceProtocolListener listener) {
         return new MotifDnDDragSourceProtocol(listener);
     }
 
< prev index next >