(doc) Fix grammatical error in Javadoc
This commit is contained in:
parent
bd06a52cc9
commit
450f9c748f
|
@ -28,7 +28,7 @@ import org.apache.commons.collections4.collection.AbstractCollectionDecorator;
|
|||
* <p>
|
||||
* This implementation does not forward the hashCode and equals methods through
|
||||
* to the backing object, but relies on Object's implementation. This is
|
||||
* necessary as some Queue implementations, e.g. LinkedList, have custom a
|
||||
* necessary as some Queue implementations, e.g. LinkedList, have a custom
|
||||
* equals implementation for which symmetry can not be preserved.
|
||||
* See class javadoc of AbstractCollectionDecorator for more information.
|
||||
* </p>
|
||||
|
|
Loading…
Reference in New Issue