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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.113 by jsr166, Wed Jun 8 00:21:52 2011 UTC vs.
Revision 1.114 by jsr166, Fri Dec 2 13:12:58 2011 UTC

# Line 1285 | Line 1285 | public class ConcurrentHashMap<K, V> ext
1285      final class WriteThroughEntry
1286          extends AbstractMap.SimpleEntry<K,V>
1287      {
1288 +        static final long serialVersionUID = 7249069246763182397L;
1289 +
1290          WriteThroughEntry(K k, V v) {
1291              super(k,v);
1292          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines