jdk/src/java.desktop/share/classes/java/awt/Checkbox.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30471 c1568a2416a8
--- a/jdk/src/java.desktop/share/classes/java/awt/Checkbox.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/Checkbox.java	Thu Oct 30 07:31:41 2014 -0700
@@ -788,7 +788,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) {
             return false;    //  To be fully implemented in a future release