ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentSkipListSet.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListSet.java (file contents):
Revision 1.51 by jsr166, Tue Sep 29 18:52:26 2015 UTC vs.
Revision 1.52 by jsr166, Wed Sep 30 00:03:02 2015 UTC

# Line 297 | Line 297 | public class ConcurrentSkipListSet<E>
297       * @return {@code true} if this set changed as a result of the call
298       * @throws ClassCastException if the class of an element of this set
299       *         is incompatible with the specified collection
300 <     * (<a href="../Collection.html#optional-restrictions">optional</a>)
300 >     * (<a href="{@docRoot}/../api/java/util/Collection.html#optional-restrictions">optional</a>)
301       * @throws NullPointerException if the specified collection or any
302       *         of its elements are null
303       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines