< prev index next >

src/java.desktop/share/classes/sun/java2d/pipe/RenderQueue.java

Print this page

        

@@ -113,11 +113,11 @@
     }
 
     /**
      * Attempts to lock the queue.  If successful, this method returns true,
      * indicating that the caller is responsible for calling
-     * <code>unlock</code>; otherwise this method returns false.
+     * {@code unlock}; otherwise this method returns false.
      */
     public final boolean tryLock() {
         return SunToolkit.awtTryLock();
     }
 
< prev index next >