< prev index next >

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

Print this page

        

@@ -138,11 +138,11 @@
     }
 
     /**
      * Processes the specified client message event.
      *
-     * @returns true if the event was successfully processed.
+     * @return true if the event was successfully processed.
      */
     public abstract boolean processClientMessage(XClientMessageEvent xclient)
       throws XException;
 
     /* The caller must hold AWT_LOCK. */
< prev index next >