Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
153f33ea77
commit
2a5a1d0d77
|
@ -423,6 +423,7 @@ public class MultiValueMap<K, V> extends AbstractMapDecorator<K, Object> impleme
|
||||||
final Iterator<K> keyIterator = allKeys.iterator();
|
final Iterator<K> keyIterator = allKeys.iterator();
|
||||||
|
|
||||||
return new LazyIteratorChain<Entry<K, V>>() {
|
return new LazyIteratorChain<Entry<K, V>>() {
|
||||||
|
@Override
|
||||||
protected Iterator<? extends Entry<K, V>> nextIterator(int count) {
|
protected Iterator<? extends Entry<K, V>> nextIterator(int count) {
|
||||||
if ( ! keyIterator.hasNext() ) {
|
if ( ! keyIterator.hasNext() ) {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue