--- jsr166/src/main/java/util/Queue.java 2003/07/31 19:49:42 1.11 +++ jsr166/src/main/java/util/Queue.java 2003/08/01 19:34:05 1.12 @@ -20,7 +20,7 @@ package java.util; * which would be removed by a call to {@link #remove() } or {@link #poll()}. * Every Queue implementation must specify its ordering guarantees. * - *

The {@link #offer(E)} method adds an element if possible, otherwise + *

The {@link #offer offer(E)} method adds an element if possible, otherwise * returning false. This differs from the {@link java.util.Collection#add Collection.add(E)} * method, which throws an unchecked exception upon * failure. It is designed for use in collections in which failure to