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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.27 by dl, Thu Sep 8 00:04:00 2005 UTC vs.
Revision 1.28 by jsr166, Thu Sep 8 21:58:22 2005 UTC

# Line 18 | Line 18 | import java.util.Map;
18   * <p>
19   * Memory consistency effects: As with other concurrent collections, state
20   * changes to any object made prior to placing it into a <tt>ConcurrentMap</tt> as a key or value
21 < * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
22 < * that element is accessed via or removed from the <tt>ConcurrentMap</tt>.  
21 > * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
22 > * that element is accessed via or removed from the <tt>ConcurrentMap</tt>.
23   *
24   * @since 1.5
25   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines