--- jsr166/src/jsr166e/extra/ReadMostlyVector.java 2011/07/18 15:24:08 1.8 +++ jsr166/src/jsr166e/extra/ReadMostlyVector.java 2011/07/19 12:05:09 1.9 @@ -805,7 +805,7 @@ public class ReadMostlyVector impleme * Append the element if not present. * * @param e element to be added to this list, if absent - * @return true if the element was added + * @return {@code true} if the element was added */ public boolean addIfAbsent(E e) { boolean added; @@ -860,7 +860,7 @@ public class ReadMostlyVector impleme * Returns an iterator operating over a snapshot copy of the * elements of this collection created upon construction of the * iterator. The iterator does NOT support the - * remove method. + * {@code remove} method. * * @return an iterator over the elements in this list in proper sequence */