We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e52fe commit c7b70a1Copy full SHA for c7b70a1
src/java.base/share/classes/java/util/concurrent/LinkedBlockingDeque.java
@@ -61,8 +61,8 @@
61
* blocking). Exceptions include {@link #remove(Object) remove},
62
* {@link #removeFirstOccurrence removeFirstOccurrence}, {@link
63
* #removeLastOccurrence removeLastOccurrence}, {@link #contains
64
- * contains}, {@link #iterator iterator.remove()}, and the bulk
65
- * operations, all of which run in linear time.
+ * contains}, and the bulk operations, all of which run in linear
+ * time.
66
*
67
* <p>This class and its iterator implement all of the <em>optional</em>
68
* methods of the {@link Collection} and {@link Iterator} interfaces.
0 commit comments