--- old/src/java.base/share/classes/java/util/ArrayDeque.java 2017-08-23 11:36:43.286955464 -0700 +++ new/src/java.base/share/classes/java/util/ArrayDeque.java 2017-08-23 11:36:43.070945993 -0700 @@ -293,7 +293,7 @@ /** * Inserts the specified element at the end of this deque. * - *

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

This method is equivalent to {@link #add()}. * * @param e the element to add * @throws NullPointerException if the specified element is null