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

Comparing jsr166/src/main/java/util/concurrent/CancellableTask.java (file contents):
Revision 1.3 by dl, Mon Jun 9 02:32:05 2003 UTC vs.
Revision 1.4 by brian, Mon Jun 23 02:26:16 2003 UTC

# Line 44 | Line 44 | public class CancellableTask implements
44      private volatile Runnable runnable;
45  
46      /**
47 <     * Creates a new CancellableTask invoking the given
48 <     * runnable when executed.
47 >     * Creates a new CancellableTask which invokes the given
48 >     * <tt>Runnable</tt> when executed.
49       */
50      public CancellableTask(Runnable r) {
51          this.runnable = r;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines