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

Comparing jsr166/src/jdk7/java/util/concurrent/RunnableScheduledFuture.java (file contents):
Revision 1.1 by dl, Sun Dec 16 20:55:16 2012 UTC vs.
Revision 1.2 by jsr166, Wed Jan 16 01:39:37 2013 UTC

# Line 8 | Line 8 | package java.util.concurrent;
8  
9   /**
10   * A {@link ScheduledFuture} that is {@link Runnable}. Successful
11 < * execution of the <tt>run</tt> method causes completion of the
12 < * <tt>Future</tt> and allows access to its results.
11 > * execution of the {@code run} method causes completion of the
12 > * {@code Future} and allows access to its results.
13   * @see FutureTask
14   * @see Executor
15   * @since 1.6
16   * @author Doug Lea
17 < * @param <V> The result type returned by this Future's <tt>get</tt> method
17 > * @param <V> The result type returned by this Future's {@code get} method
18   */
19   public interface RunnableScheduledFuture<V> extends RunnableFuture<V>, ScheduledFuture<V> {
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines