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

Comparing jsr166/src/main/java/util/concurrent/FutureTask.java (file contents):
Revision 1.104 by jsr166, Mon Jul 21 05:22:06 2014 UTC vs.
Revision 1.105 by jsr166, Thu Aug 21 01:56:10 2014 UTC

# Line 360 | Line 360 | public class FutureTask<V> implements Ru
360       *
361       * @param timed true if use timed waits
362       * @param nanos time to wait, if timed
363 <     * @return state upon completion
363 >     * @return state upon completion or at timeout
364       */
365      private int awaitDone(boolean timed, long nanos)
366          throws InterruptedException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines