src/share/classes/java/awt/DefaultKeyboardFocusManager.java

Print this page

        

@@ -1244,11 +1244,11 @@
      * If the given timestamp is less than zero, the outstanding enqueue
      * request for the given Component with the <b>oldest</b> timestamp (if
      * any) should be cancelled.
      *
      * @param after the timestamp specified in the call to
-     *        <code>enqueueKeyEvents</code>, or any value < 0
+     *        <code>enqueueKeyEvents</code>, or any value &lt; 0
      * @param untilFocused the Component specified in the call to
      *        <code>enqueueKeyEvents</code>
      * @see #enqueueKeyEvents
      * @see #discardKeyEvents
      */