--- old/src/java.desktop/share/classes/javax/swing/GroupLayout.java 2016-05-19 13:20:38.226159900 +0300 +++ new/src/java.desktop/share/classes/javax/swing/GroupLayout.java 2016-05-19 13:20:37.130020700 +0300 @@ -718,10 +718,10 @@ *

* Linked {@code Component}s are not be resizable. * - * @param components the {@code Component}s that are to have the same size * @param axis the axis to link the size along; one of * {@code SwingConstants.HORIZONTAL} or - * {@code SwingConstans.VERTICAL} + * {@code SwingConstants.VERTICAL} + * @param components the {@code Component}s that are to have the same size * @throws IllegalArgumentException if {@code components} is * {@code null}, or contains {@code null}; or {@code axis} * is not {@code SwingConstants.HORIZONTAL} or