/[classpath]/classpath/javax/swing/undo/AbstractUndoableEdit.java
ViewVC logotype

Diff of /classpath/javax/swing/undo/AbstractUndoableEdit.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tromey, Tue Feb 11 05:13:11 2003 UTC revision 1.4 by tromey, Tue Feb 11 05:17:57 2003 UTC
# Line 55  public class AbstractUndoableEdit implem Line 55  public class AbstractUndoableEdit implem
55    /**    /**
56     * String returned by getRedoPresentationName()     * String returned by getRedoPresentationName()
57     */     */
58    protected static String RedoName = "Redo";    protected static final String RedoName = "Redo";
59    
60    /**    /**
61     * String returned by getUndoPresentationName()     * String returned by getUndoPresentationName()
62     */     */
63    protected static String UndoName = "Undo";    protected static final String UndoName = "Undo";
64    
65    
66    //-------------------------------------------------------------    //-------------------------------------------------------------

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26