Add missing @Override
This commit is contained in:
1 parent
3571876519
commit
8c6401ae37
1 file changed
+1
@@ -120,6 +120,7 @@ abstract class BaseNodeInfo extends AbstractNodeWrapper implements SiblingCounti
|
||||
iter = list.listIterator(list.size());
|
||||
}
|
||||
|
||||
@Override
|
||||
public NodeInfo next() {
|
||||
return this.iter.hasPrevious() ? this.iter.previous() : null;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user