(doc) Fix grammatical error in Javadoc

This commit is contained in:
Sung Ho Yoon 2023-08-01 15:08:16 +09:00 committed by GitHub
parent bd06a52cc9
commit 450f9c748f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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