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.62 by dl, Fri Jun 17 14:43:54 2011 UTC vs.
Revision 1.63 by jsr166, Fri Jun 17 18:53:13 2011 UTC

# Line 309 | Line 309 | public class FutureTask<V> implements Ru
309       */
310      private int awaitDone(boolean timed, long nanos)
311          throws InterruptedException {
312 <        long last = timed? System.nanoTime() : 0L;
312 >        long last = timed ? System.nanoTime() : 0L;
313          WaitNode q = null;
314          boolean queued = false;
315          for (int s;;) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines