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:
Sebastian Bazley 2013-04-21 21:01:35 +00:00
parent 724fa9400f
commit b555f1d127
1 changed files with 2 additions and 0 deletions

View File

@ -47,10 +47,12 @@ public class PermutationIteratorTest extends AbstractIteratorTest<List<Character
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
@Override
public boolean supportsRemove() { public boolean supportsRemove() {
return false; return false;
} }
@Override
public boolean supportsEmptyIterator() { public boolean supportsEmptyIterator() {
return false; return false;
} }