classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: DefaultTreeModel minor API doc fix


From: David Gilbert
Subject: [cp-patches] FYI: DefaultTreeModel minor API doc fix
Date: Thu, 25 Aug 2005 12:04:52 +0000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050728)

I committed this small patch for the API docs:

2005-08-25  David Gilbert  <address@hidden>

        * javax/swing/tree/DefaultTreeModel.java
        (nodesWereRemoved): minor API doc fix.

Regards,

Dave
Index: javax/swing/tree/DefaultTreeModel.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/tree/DefaultTreeModel.java,v
retrieving revision 1.14
diff -u -r1.14 DefaultTreeModel.java
--- javax/swing/tree/DefaultTreeModel.java      19 Aug 2005 14:30:34 -0000      
1.14
+++ javax/swing/tree/DefaultTreeModel.java      25 Aug 2005 11:00:52 -0000
@@ -346,7 +346,7 @@
    * 
    * @param parent that had a child added to
    * @param childIndices of the children added
-   * @param removeChildren are all the children removed from parent.
+   * @param removedChildren are all the children removed from parent.
    */
   public void nodesWereRemoved(TreeNode parent, int[] childIndices, 
                                Object[] removedChildren)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]