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:
Gary D. Gregory 2013-11-19 00:31:19 +00:00
parent 6607ad4329
commit 84a844af5d
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ public class NodeListIterator implements Iterator<Node> {
* @throws UnsupportedOperationException always
*/
public void remove() {
throw new UnsupportedOperationException("remove() method not supported for an NodeListIterator.");
throw new UnsupportedOperationException("remove() method not supported for a NodeListIterator.");
}
}