Javadoc syntax error

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-04-28 14:03:13 +00:00
parent c71a9e8c2b
commit 153f33ea77
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import org.apache.commons.collections4.BoundedCollection;
* were added. The iteration order is the same as the removal order.
* <p>
* The {@link #add(Object)}, {@link #remove()}, {@link #peek()}, {@link #poll},
* {@link #offer(Object) operations all perform in constant time.
* {@link #offer(Object)} operations all perform in constant time.
* All other operations perform in linear time or worse.
* <p>
* This queue prevents null objects from being added.