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.59 by jsr166, Fri Dec 23 21:32:57 2011 UTC vs.
Revision 1.60 by jsr166, Mon Jan 2 23:46:33 2012 UTC

# Line 325 | Line 325 | public class Exchanger<V> {
325      /**
326       * Exchange function when arenas enabled. See above for explanation.
327       *
328 <     * @param item the (nonnull) item to exchange
328 >     * @param item the (non-null) item to exchange
329       * @param timed true if the wait is timed
330       * @param ns if timed, the maximum wait time, else 0L
331       * @return the other thread's item; or null if interrupted; or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines