--- jsr166/src/main/java/util/ArrayDeque.java 2016/12/08 04:58:50 1.126 +++ jsr166/src/main/java/util/ArrayDeque.java 2017/04/19 23:45:50 1.127 @@ -520,8 +520,8 @@ public class ArrayDeque extends Abstr /** * Retrieves and removes the head of the queue represented by this deque. * - * This method differs from {@link #poll poll} only in that it throws an - * exception if this deque is empty. + * This method differs from {@link #poll() poll()} only in that it + * throws an exception if this deque is empty. * *

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