< prev index next >

src/java.desktop/share/classes/sun/awt/FwDispatcher.java

Print this page

        

@@ -46,11 +46,11 @@
      */
     boolean isDispatchThread();
 
     /**
      * Forwards a runnable to the delegate, which executes it on an appropriate thread.
-     * @param r - a runnable calling {@link EventQueue#dispatchEventImpl(java.awt.AWTEvent, Object)}
+     * @param r  a runnable calling {@link EventQueue#dispatchEventImpl(java.awt.AWTEvent, Object)}
      */
     void scheduleDispatch(Runnable r);
 
     /**
      * Delegates the {@link java.awt.EventQueue#createSecondaryLoop()} method
< prev index next >