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.9 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.10 by jsr166, Wed Jun 8 00:50:35 2011 UTC

# Line 6 | Line 6
6  
7   package java.util.concurrent;
8  
9 import java.util.*;
10
9   /**
10   * A mix-in style interface for marking objects that should be
11   * acted upon after a given delay.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines