/[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.4 by tromey, Tue Feb 11 05:17:57 2003 UTC revision 1.5 by tromey, Mon Feb 17 01:40:12 2003 UTC
# Line 201  public class AbstractUndoableEdit implem Line 201  public class AbstractUndoableEdit implem
201     */     */
202    public String toString()    public String toString()
203    {    {
204      return null; // TODO      return (super.toString() + " hasBeenDone: " + hasBeenDone
205    } // toString()              + " alive: " + alive);
206      }
207    
208    /**    /**
209     * undo     * undo

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

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