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.4 by jsr166, Sun Jun 12 00:32:19 2005 UTC vs.
Revision 1.5 by jsr166, Wed Aug 24 05:14:02 2005 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util.concurrent;
8 + import java.util.concurrent.*; // for javadoc (till 6280605 is fixed)
9  
10   /**
11   * A {@link ScheduledFuture} that is {@link Runnable}. Successful

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines