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.10 by jsr166, Wed Jun 8 00:50:35 2011 UTC vs.
Revision 1.11 by jsr166, Wed Jan 16 01:59:47 2013 UTC

# Line 11 | Line 11 | package java.util.concurrent;
11   * acted upon after a given delay.
12   *
13   * <p>An implementation of this interface must define a
14 < * <tt>compareTo</tt> method that provides an ordering consistent with
15 < * its <tt>getDelay</tt> method.
14 > * {@code compareTo} method that provides an ordering consistent with
15 > * its {@code getDelay} method.
16   *
17   * @since 1.5
18   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines