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

Comparing jsr166/src/main/java/util/concurrent/RunnableScheduledFuture.java (file contents):
Revision 1.8 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.9 by jsr166, Wed May 15 02:39:59 2013 UTC

# Line 19 | Line 19 | package java.util.concurrent;
19   public interface RunnableScheduledFuture<V> extends RunnableFuture<V>, ScheduledFuture<V> {
20  
21      /**
22 <     * Returns true if this is a periodic task. A periodic task may
22 >     * Returns {@code true} if this task is periodic. A periodic task may
23       * re-run according to some schedule. A non-periodic task can be
24       * run only once.
25       *
26 <     * @return true if this task is periodic
26 >     * @return {@code true} if this task is periodic
27       */
28      boolean isPeriodic();
29   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines