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

Comparing jsr166/src/main/java/util/concurrent/Exchanger.java (file contents):
Revision 1.44 by jsr166, Thu Apr 20 06:48:13 2006 UTC vs.
Revision 1.45 by jsr166, Fri Oct 22 05:49:04 2010 UTC

# Line 568 | Line 568 | public class Exchanger<V> {
568       * dormant until one of two things happens:
569       * <ul>
570       * <li>Some other thread enters the exchange; or
571 <     * <li>Some other thread {@linkplain Thread#interrupt interrupts} the current
572 <     * thread.
571 >     * <li>Some other thread {@linkplain Thread#interrupt interrupts}
572 >     * the current thread.
573       * </ul>
574       * <p>If the current thread:
575       * <ul>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines