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.16 by dl, Thu Sep 8 00:04:00 2005 UTC vs.
Revision 1.17 by jsr166, Thu Sep 8 21:58:22 2005 UTC

# Line 161 | Line 161 | import java.util.*;
161   * <p>
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>.  
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>.
166   *
167   * @since 1.6
168   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines