jdk/src/java.desktop/share/classes/java/awt/FlowLayout.java
changeset 28059 e576535359cc
parent 26749 b6598aa90114
child 35667 ed476aba94de
--- a/jdk/src/java.desktop/share/classes/java/awt/FlowLayout.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/FlowLayout.java	Thu Oct 30 07:31:41 2014 -0700
@@ -503,7 +503,7 @@
      * @param width the width dimensions
      * @param height the height dimensions
      * @param rowStart the beginning of the row
-     * @param rowEnd the the ending of the row
+     * @param rowEnd the ending of the row
      * @param useBaseline Whether or not to align on baseline.
      * @param ascent Ascent for the components. This is only valid if
      *               useBaseline is true.