Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
724fa9400f
commit
b555f1d127
|
@ -47,10 +47,12 @@ public class PermutationIteratorTest extends AbstractIteratorTest<List<Character
|
|||
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public boolean supportsRemove() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsEmptyIterator() {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue