< prev index next >

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

Print this page

        

@@ -108,11 +108,11 @@
                                     new SelectionEventHandler());
     }
 
     /*
      * Returns the XSelection object for the specified selection atom or
-     * <code>null</code> if none exists.
+     * {@code null} if none exists.
      */
     static XSelection getSelection(XAtom atom) {
         return table.get(atom);
     }
 
< prev index next >