jdk/src/java.desktop/share/classes/javax/swing/JComboBox.java
changeset 28059 e576535359cc
parent 27505 bc197defe284
child 28089 ba6da71f7be0
--- a/jdk/src/java.desktop/share/classes/javax/swing/JComboBox.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/JComboBox.java	Thu Oct 30 07:31:41 2014 -0700
@@ -1919,7 +1919,7 @@
          * Perform the specified Action on the object
          *
          * @param i zero-based index of actions
-         * @return true if the the action was performed; else false.
+         * @return true if the action was performed; else false.
          */
         public boolean doAccessibleAction(int i) {
             if (i == 0) {