jdk/src/java.desktop/share/classes/java/awt/List.java
changeset 28059 e576535359cc
parent 26749 b6598aa90114
child 30471 c1568a2416a8
--- a/jdk/src/java.desktop/share/classes/java/awt/List.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/List.java	Thu Oct 30 07:31:41 2014 -0700
@@ -347,7 +347,7 @@
     }
 
     /**
-     * Adds the specified item to the the scrolling list
+     * Adds the specified item to the scrolling list
      * at the position indicated by the index.  The index is
      * zero-based.  If the value of the index is less than zero,
      * or if the value of the index is greater than or equal to
@@ -364,7 +364,7 @@
     }
 
     /**
-     * Adds the specified item to the the list
+     * Adds the specified item to the list
      * at the position indicated by the index.
      *
      * @param  item the item to be added