jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java
changeset 28236 610561ed1847
parent 28228 be83f404724d
parent 28059 e576535359cc
child 29895 3c33719ebc18
--- a/jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java	Tue Dec 16 09:57:33 2014 -0800
+++ b/jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java	Tue Dec 16 09:58:02 2014 -0800
@@ -2396,7 +2396,7 @@
      * {@code CONSTANT_DESCENT}; otherwise the baseline is anchored to the top
      * of the group.
      * <p>
-     * Elements aligned to the baseline are resizable if they have have
+     * Elements aligned to the baseline are resizable if they have
      * a baseline resize behavior of {@code CONSTANT_ASCENT} or
      * {@code CONSTANT_DESCENT}. Elements with a baseline resize
      * behavior of {@code OTHER} or {@code CENTER_OFFSET} are not resizable.