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.33 by jsr166, Mon Feb 18 01:30:24 2013 UTC vs.
Revision 1.34 by jsr166, Thu Mar 7 03:52:04 2013 UTC

# Line 73 | Line 73 | public class ConcurrentSkipListSet<E>
73      /**
74       * The underlying map. Uses Boolean.TRUE as value for each
75       * element.  This field is declared final for the sake of thread
76 <     * safety, which entails some ugliness in clone()
76 >     * safety, which entails some ugliness in clone().
77       */
78      private final ConcurrentNavigableMap<E,Object> m;
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines