Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1573750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a00d396051
commit
649f160522
|
@ -46,7 +46,7 @@ public class PushbackIterator<E> implements Iterator<E> {
|
||||||
/**
|
/**
|
||||||
* Decorates the specified iterator to support one-element lookahead.
|
* Decorates the specified iterator to support one-element lookahead.
|
||||||
* <p>
|
* <p>
|
||||||
* If the iterator is already a {@link PeekingIterator} it is returned directly.
|
* If the iterator is already a {@link PushbackIterator} it is returned directly.
|
||||||
*
|
*
|
||||||
* @param <E> the element type
|
* @param <E> the element type
|
||||||
* @param iterator the iterator to decorate
|
* @param iterator the iterator to decorate
|
||||||
|
|
Loading…
Reference in New Issue