Merge pull request #410 from syoon2/javadoc-grammar

Fix grammatical error in Javadoc
This commit is contained in:
sebbASF 2023-08-01 10:16:31 +01:00 committed by GitHub
commit 14215e5bdd
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>