Author: ggregory
Date: Mon Apr 24 22:12:25 2017
New Revision: 1792554

URL: http://svn.apache.org/viewvc?rev=1792554&view=rev
Log:
[CONFIGURATION-664] Add API 
org.apache.commons.configuration2.tree.ImmutableNode.getChildren(String). Fix 
Javadoc.

Modified:
    
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/ImmutableNode.java

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/ImmutableNode.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/ImmutableNode.java?rev=1792554&r1=1792553&r2=1792554&view=diff
==============================================================================
--- 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/ImmutableNode.java
 (original)
+++ 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration2/tree/ImmutableNode.java
 Mon Apr 24 22:12:25 2017
@@ -102,8 +102,8 @@ public final class ImmutableNode
     }
 
     /**
-     * Returns a list with the children of this node. This list cannot be
-     * modified.
+     * Returns a list with the children of this node.
+     * 
      * @param name the node name to find
      *
      * @return a list with the child nodes


Reply via email to