--- jsr166/src/main/java/util/Deque.java 2013/01/16 01:59:47 1.22 +++ jsr166/src/main/java/util/Deque.java 2013/02/11 07:42:43 1.23 @@ -492,7 +492,7 @@ public interface Deque extends Queue< * Returns {@code true} if this deque contained the specified element * (or equivalently, if this deque changed as a result of the call). * - *

This method is equivalent to {@link #removeFirstOccurrence}. + *

This method is equivalent to {@link #removeFirstOccurrence(Object)}. * * @param o element to be removed from this deque, if present * @return {@code true} if an element was removed as a result of this call