Skip to content

Commit e69da2e

Browse files
authored
Update XmlFileBuilder.java
1 parent 3f84385 commit e69da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/inet/gradle/setup/util/XmlFileBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public Element getOrCreateChildByKeyValue( Node parent, String name, String key,
203203
* @param name The tag name of the element
204204
* @param key the name of an attribute, can't be null
205205
* @param value the value, can be null for not existing
206-
* @return the create of find Element
206+
* @return the foudn element or null
207207
*/
208208
public Element getChildRecursive( Node parent, String name, String key, String value) {
209209
if( name.equals( parent.getNodeName() ) ) {

0 commit comments

Comments
 (0)