Javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eaa218844a
commit
a183825420
|
@ -38,7 +38,7 @@ import org.apache.commons.collections4.iterators.AbstractListIteratorDecorator;
|
|||
* should not affect you. Bear in mind that Sets require immutable objects to
|
||||
* function correctly.
|
||||
* <p>
|
||||
* The {@link org.apache.commons.collections.set.ListOrderedSet ListOrderedSet}
|
||||
* The {@link org.apache.commons.collections4.set.ListOrderedSet ListOrderedSet}
|
||||
* class provides an alternative approach, by wrapping an existing Set and
|
||||
* retaining insertion order in the iterator.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue