Skip to content

Commit 016c06f

Browse files
committed
fix inline comment
1 parent e250b15 commit 016c06f

File tree

1 file changed

+2
-2
lines changed
  • xmlunit-core/src/main/java/org/xmlunit/util

1 file changed

+2
-2
lines changed

xmlunit-core/src/main/java/org/xmlunit/util/Nodes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public static NodeList getChildNodes(Node n) {
181181
}
182182

183183
// attr with a single child with value null
184-
// i.e. ownertElement.setAttribute(name, null) has been called.
185-
// in this case ownerElement.getAttribute() return "", make NodeList consistent with this.
184+
// i.e. ownerElement.setAttribute(name, null) has been called.
185+
// in this case ownerElement.getAttribute(name) return "", make NodeList consistent with this.
186186
return new EmptyTextNodeNodeList(n.getOwnerDocument());
187187
}
188188

0 commit comments

Comments
 (0)