--- old/src/share/classes/java/util/AbstractSet.java 2011-04-19 11:19:44.000000000 -0700 +++ new/src/share/classes/java/util/AbstractSet.java 2011-04-19 11:19:44.000000000 -0700 @@ -156,9 +156,11 @@ * @throws UnsupportedOperationException if the removeAll operation * is not supported by this set * @throws ClassCastException if the class of an element of this set - * is incompatible with the specified collection (optional) + * is incompatible with the specified collection + * (optional) * @throws NullPointerException if this set contains a null element and the - * specified collection does not permit null elements (optional), + * specified collection does not permit null elements + * (optional), * or if the specified collection is null * @see #remove(Object) * @see #contains(Object)