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:
Sebastian Bazley 2013-04-21 20:43:00 +00:00
parent eaa218844a
commit a183825420
1 changed files with 1 additions and 1 deletions

View File

@ -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>