Fix grammar in message.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6607ad4329
commit
84a844af5d
|
@ -83,6 +83,6 @@ public class NodeListIterator implements Iterator<Node> {
|
||||||
* @throws UnsupportedOperationException always
|
* @throws UnsupportedOperationException always
|
||||||
*/
|
*/
|
||||||
public void remove() {
|
public void remove() {
|
||||||
throw new UnsupportedOperationException("remove() method not supported for an NodeListIterator.");
|
throw new UnsupportedOperationException("remove() method not supported for a NodeListIterator.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue