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.62 by jsr166, Sun Nov 25 21:48:00 2012 UTC vs.
Revision 1.63 by jsr166, Wed Jan 16 01:59:47 2013 UTC

# Line 577 | Line 577 | public class Exchanger<V> {
577       *
578       * @param x the object to exchange
579       * @param timeout the maximum time to wait
580 <     * @param unit the time unit of the <tt>timeout</tt> argument
580 >     * @param unit the time unit of the {@code timeout} argument
581       * @return the object provided by the other thread
582       * @throws InterruptedException if the current thread was
583       *         interrupted while waiting

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines