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

Comparing jsr166/src/main/java/util/concurrent/Delayed.java (file contents):
Revision 1.1 by dl, Sun Jun 1 18:38:01 2003 UTC vs.
Revision 1.2 by jozart, Sun Jun 8 07:22:25 2003 UTC

# Line 15 | Line 15 | import java.util.*;
15   public interface Delayed extends Comparable {
16  
17      /**
18 <     * Get the delay aoociated with this object, in the given time unit.
18 >     * Get the delay associated with this object, in the given time unit.
19       * @param unit the time unit
20       * @return the delay; zero or negative values indicate that the
21 <     * delay has already elapsed.
21 >     * delay has already elapsed
22       */
23      public long getDelay(TimeUnit unit);
24   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines