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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.183 by jsr166, Mon Oct 1 00:10:53 2018 UTC vs.
Revision 1.184 by jsr166, Wed Apr 24 16:54:49 2019 UTC

# Line 1100 | Line 1100 | public class ConcurrentSkipListMap<K,V>
1100              clone.entrySet = null;
1101              clone.values = null;
1102              clone.descendingMap = null;
1103 +            clone.adder = null;
1104              clone.buildFromSorted(this);
1105              return clone;
1106          } catch (CloneNotSupportedException e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines