< prev index next >

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

Print this page

        

@@ -336,11 +336,10 @@
     }
 
 
     /**  Gets the window property for the specified window
      * @param window window id to use
-     * @param str value to set to.
      * @return string with the property.
      * @since 1.5
      */
     public String getProperty(long window) {
         if (atom == 0) {
< prev index next >