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

Comparing jsr166/src/main/java/util/concurrent/BlockingDeque.java (file contents):
Revision 1.15 by brian, Fri Sep 2 01:03:08 2005 UTC vs.
Revision 1.16 by dl, Thu Sep 8 00:04:00 2005 UTC

# Line 159 | Line 159 | import java.util.*;
159   * Java Collections Framework</a>.
160   *
161   * <p>
162 < * Memory visibility effects: As with other concurrent collections, state
162 > * Memory consistency effects: As with other concurrent collections, state
163   * changes to any object made prior to placing it into a <tt>BlockingDeque</tt>
164   * <a href="package-summary.html#MemoryVisibility"><i>happen-before</i></a>
165   * that element is accessed via or removed from the <tt>BlockingDeque</tt>.  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines