diff -r 87940c838900 -r e576535359cc jdk/src/java.desktop/share/classes/javax/swing/AbstractButton.java
--- a/jdk/src/java.desktop/share/classes/javax/swing/AbstractButton.java Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/AbstractButton.java Thu Oct 30 07:31:41 2014 -0700
@@ -1474,7 +1474,7 @@
* area. If you wish to have a transparent button, such as
* an icon only button, for example, then you should set
* this to false
. Do not call setOpaque(false)
.
- * The default value for the the contentAreaFilled
+ * The default value for the contentAreaFilled
* property is true
.
*
* This function may cause the component's opaque property to change. @@ -1538,7 +1538,7 @@ } /** - * Returns the keyboard mnemonic from the the current model. + * Returns the keyboard mnemonic from the current model. * @return the keyboard mnemonic from the model */ public int getMnemonic() { @@ -2562,7 +2562,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) {