jdk/src/java.desktop/share/classes/java/awt/Button.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30471 c1568a2416a8
--- a/jdk/src/java.desktop/share/classes/java/awt/Button.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/java/awt/Button.java	Thu Oct 30 07:31:41 2014 -0700
@@ -609,7 +609,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) {