/[classpath]/classpath/javax/swing/text/StringContent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/StringContent.java

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

revision 1.1.2.1 by gnu_andrew, Sun Jan 16 15:15:13 2005 UTC revision 1.1.2.2 by gnu_andrew, Sat Feb 19 10:50:51 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package javax.swing.text;  package javax.swing.text;
40    
41  import java.io.Serializable;  import java.io.Serializable;
 import java.util.Vector;  
42  import java.util.Iterator;  import java.util.Iterator;
43    import java.util.Vector;
44    
 import javax.swing.undo.UndoableEdit;  
45  import javax.swing.undo.AbstractUndoableEdit;  import javax.swing.undo.AbstractUndoableEdit;
 import javax.swing.undo.CannotUndoException;  
46  import javax.swing.undo.CannotRedoException;  import javax.swing.undo.CannotRedoException;
47    import javax.swing.undo.CannotUndoException;
48    import javax.swing.undo.UndoableEdit;
49    
50  /**  /**
51   * An implementation of the <code>AbstractDocument.Content</code>   * An implementation of the <code>AbstractDocument.Content</code>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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