--- old/src/java.desktop/share/classes/java/awt/Component.java 2015-10-14 20:39:52.510830851 +0400 +++ new/src/java.desktop/share/classes/java/awt/Component.java 2015-10-14 20:39:52.310830860 +0400 @@ -9668,7 +9668,7 @@ /** * 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);