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

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

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

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:39 2005 UTC revision 1.2.2.2 by gnu_andrew, Wed Nov 2 00:44:05 2005 UTC
# Line 44  package javax.swing.undo; Line 44  package javax.swing.undo;
44   * @author Andrew Selkirk (aselkirk@sympatico.ca)   * @author Andrew Selkirk (aselkirk@sympatico.ca)
45   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
46   */   */
47  public class CannotRedoException  public class CannotRedoException extends RuntimeException
   extends RuntimeException  
48  {  {
49    /**    /**
50     * Constructs a new instance of a <code>CannotRedoException</code>.     * Constructs a new instance of a <code>CannotRedoException</code>.
51     */     */
52    public CannotRedoException()    public CannotRedoException()
53    {    {
54        super();
55    }    }
56  }  }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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