diff -r de183d393b77 -r 588cf31d584a jdk/src/share/classes/java/util/Collections.java
--- a/jdk/src/share/classes/java/util/Collections.java Wed Apr 20 16:30:38 2011 -0700
+++ b/jdk/src/share/classes/java/util/Collections.java Wed Apr 20 17:20:00 2011 -0700
@@ -3746,9 +3746,10 @@
* @throws NullPointerException if either collection is {@code null}.
* @throws NullPointerException if one collection contains a {@code null}
* element and {@code null} is not an eligible element for the other collection.
- * (optional)
+ * (optional)
* @throws ClassCastException if one collection contains an element that is
- * of a type which is ineligible for the other collection. (optional)
+ * of a type which is ineligible for the other collection.
+ * (optional)
* @since 1.5
*/
public static boolean disjoint(Collection> c1, Collection> c2) {