jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java
changeset 38986 5b96e2b155eb
parent 32865 f9cb6e427f9e
--- a/jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java	Thu May 19 16:45:58 2016 +0530
+++ b/jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java	Fri May 20 10:48:48 2016 +0300
@@ -718,10 +718,10 @@
      * <p>
      * 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