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.7 by tim, Fri Aug 8 20:05:07 2003 UTC vs.
Revision 1.8 by dholmes, Tue Aug 26 00:09:18 2003 UTC

# Line 229 | Line 229 | public class Exchanger<V> {
229       *
230       * <p>If the specified waiting time elapses then {@link TimeoutException}
231       * is thrown.
232 <     * The given waiting time is a best-effort lower bound. If the time is
232 >     * If the time is
233       * less than or equal to zero, the method will not wait at all.
234       *
235       * @param x the object to exchange

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines