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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentSkipListSet.java (file contents):
Revision 1.2 by jsr166, Wed Jan 16 01:39:37 2013 UTC vs.
Revision 1.3 by jsr166, Thu Mar 7 03:52:04 2013 UTC

# Line 61 | Line 61 | public class ConcurrentSkipListSet<E>
61      /**
62       * The underlying map. Uses Boolean.TRUE as value for each
63       * element.  This field is declared final for the sake of thread
64 <     * safety, which entails some ugliness in clone()
64 >     * safety, which entails some ugliness in clone().
65       */
66      private final ConcurrentNavigableMap<E,Object> m;
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines