< prev index next >

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

Print this page

        

@@ -9666,11 +9666,11 @@
         }
 
         /**
          * Resizes this object so that it has width and height.
          *
-         * @param d - the dimension specifying the new size of the object
+         * @param d  the dimension specifying the new size of the object
          */
         public void setSize(Dimension d) {
             Component.this.setSize(d);
         }
 
< prev index next >