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

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

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

revision 1.19 by rabbit78, Tue Sep 13 23:44:50 2005 UTC revision 1.20 by rabbit78, Wed Oct 5 21:46:41 2005 UTC
# Line 86  public abstract class View implements Sw Line 86  public abstract class View implements Sw
86    {    {
87      View parent = getParent();      View parent = getParent();
88      if (parent == null)      if (parent == null)
89        throw new AssertionError("The parent of a View must not be null.");        throw new AssertionError(getClass().getName()
90                                   + ": the parent of a View must not be null.");
91    
92      return parent.getContainer();      return parent.getContainer();
93    }    }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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