/[classpath]/classpath/javax/swing/tree/DefaultMutableTreeNode.java
ViewVC logotype

Diff of /classpath/javax/swing/tree/DefaultMutableTreeNode.java

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

revision 1.5.2.6 by gnu_andrew, Wed Nov 2 00:44:05 2005 UTC revision 1.5.2.7 by tromey, Sat Nov 26 05:29:43 2005 UTC
# Line 66  public class DefaultMutableTreeNode Line 66  public class DefaultMutableTreeNode
66    /**    /**
67     * EMPTY_ENUMERATION     * EMPTY_ENUMERATION
68     */     */
69    public static final Enumeration EMPTY_ENUMERATION =    public static final Enumeration<TreeNode> EMPTY_ENUMERATION =
70      EmptyEnumeration.getInstance();      EmptyEnumeration.getInstance();
71    
72    /**    /**

Legend:
Removed from v.1.5.2.6  
changed lines
  Added in v.1.5.2.7

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