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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.64 by jsr166, Tue Dec 20 01:26:24 2011 UTC vs.
Revision 1.65 by jsr166, Tue Dec 20 01:34:05 2011 UTC

# Line 194 | Line 194 | public class ScheduledThreadPoolExecutor
194          }
195  
196          /**
197 <         * Creates a one-shot action with given nanoTime-based trigger.
197 >         * Creates a one-shot action with given nanoTime-based trigger time.
198           */
199          ScheduledFutureTask(Callable<V> callable, long ns) {
200              super(callable);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines