< prev index next >

src/java.desktop/share/classes/java/awt/MenuComponent.java

Print this page

        

@@ -891,11 +891,11 @@
         }
 
         /**
          * Resizes this object.
          *
-         * @param d - the <code>Dimension</code> specifying the
+         * @param d  the <code>Dimension</code> specifying the
          *    new size of the object
          */
         public void setSize(Dimension d) {
             // Not supported for MenuComponents
         }
< prev index next >