jdk/src/java.desktop/share/classes/javax/swing/undo/UndoManager.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 34790 9c21084e8cb9
--- a/jdk/src/java.desktop/share/classes/javax/swing/undo/UndoManager.java	Fri Dec 12 15:07:00 2014 -0500
+++ b/jdk/src/java.desktop/share/classes/javax/swing/undo/UndoManager.java	Thu Oct 30 07:31:41 2014 -0700
@@ -283,7 +283,7 @@
 
 
     /**
-     * Returns the the next significant edit to be undone if <code>undo</code>
+     * Returns the next significant edit to be undone if <code>undo</code>
      * is invoked. This returns <code>null</code> if there are no edits
      * to be undone.
      *
@@ -302,7 +302,7 @@
     }
 
     /**
-     * Returns the the next significant edit to be redone if <code>redo</code>
+     * Returns the next significant edit to be redone if <code>redo</code>
      * is invoked. This returns <code>null</code> if there are no edits
      * to be redone.
      *