< prev index next >

src/java.desktop/unix/classes/sun/awt/X11InputMethod.java

Print this page

        

@@ -553,11 +553,11 @@
     /**
      * Dispatches committed text from XIM to the awt event queue. This
      * method is invoked from the event handler in canvas.c in the
      * AWT Toolkit thread context and thus inside the AWT Lock.
      * @param   str     committed text
-     * @param   long    when
+     * @param   when    when
      */
     // NOTE: This method may be called by privileged threads.
     //       This functionality is implemented in a package-private method
     //       to insure that it cannot be overridden by client subclasses.
     //       DO NOT INVOKE CLIENT CODE ON THIS THREAD!
< prev index next >