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

Comparing jsr166/src/main/java/util/concurrent/ScheduledExecutor.java (file contents):
Revision 1.33 by dl, Mon Nov 10 17:31:23 2003 UTC vs.
Revision 1.34 by dl, Wed Nov 12 01:04:24 2003 UTC

# Line 417 | Line 417 | public class ScheduledExecutor extends T
417      
418      /**
419       * Creates and executes a periodic action that becomes enabled first
420 <     * after the given initial delay, and and subsequently with the
420 >     * after the given initial delay, and subsequently with the
421       * given delay between the termination of one execution and the
422       * commencement of the next.
423       * The task will only terminate via cancellation.
# Line 592 | Line 592 | public class ScheduledExecutor extends T
592              return super.remove(task);
593  
594          // The task might actually have been wrapped as a ScheduledCancellable
595 <        // in execute(), in which case we need to maually traverse
595 >        // in execute(), in which case we need to manually traverse
596          // looking for it.
597  
598          ScheduledCancellable wrap = null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines