[Patch][gui] JTree

Michael Koch konqueror@gmx.de
Mon Jan 3 16:39:00 GMT 2005


Hi list,


I just commited the attached patch to clarify the javadoc for
javax.swing.JTree.DynamicUtilTreeNode.hasChildren.


Michael


2005-01-03  Michael Koch  <konqueror@gmx.de>

	* javax/swing/JTree.java
	(DynamicUtilTreeNode.hasChildren): Clarify javadoc.

-------------- next part --------------
Index: javax/swing/JTree.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/JTree.java,v
retrieving revision 1.3.2.15
diff -u -r1.3.2.15 JTree.java
--- javax/swing/JTree.java	31 Dec 2004 16:32:34 -0000	1.3.2.15
+++ javax/swing/JTree.java	3 Jan 2005 16:34:36 -0000
@@ -199,7 +199,8 @@
     protected boolean loadedChildren;
 
     /**
-     * XXX: Currently not implemented.
+     * Currently not set or used by this class.
+     * It might be set and used in later versions of this class.
      */
     protected boolean hasChildren;
     


More information about the Java-patches mailing list