added throw new UnsupportedOperationException(); to remove()

This commit is contained in:
Timo Westkämper 2010-11-08 13:08:10 +00:00
parent 56b415ed63
commit c0f7e7fec1

View File

@ -42,6 +42,7 @@ public final class DocumentIterator implements CloseableIterator<Document> {
@Override
public void remove() {
throw new UnsupportedOperationException();
}
@Override