--- old/src/share/classes/java/awt/ScrollPane.java 2013-09-23 12:23:20.789169035 +0400 +++ new/src/share/classes/java/awt/ScrollPane.java 2013-09-23 12:23:20.677169043 +0400 @@ -247,7 +247,7 @@ * component is removed and the new one is added. * @param comp the component to be added * @param constraints not applicable - * @param index position of child component (must be <= 0) + * @param index position of child component (must be <= 0) */ protected final void addImpl(Component comp, Object constraints, int index) { synchronized (getTreeLock()) {