mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added throw new UnsupportedOperationException(); to remove()
This commit is contained in:
parent
56b415ed63
commit
c0f7e7fec1
@ -42,6 +42,7 @@ public final class DocumentIterator implements CloseableIterator<Document> {
|
||||
|
||||
@Override
|
||||
public void remove() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user