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

Comparing jsr166/src/main/java/util/concurrent/Future.java (file contents):
Revision 1.37 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.38 by jsr166, Tue Nov 12 23:23:05 2013 UTC

# Line 23 | Line 23 | package java.util.concurrent;
23   *
24   * <p>
25   * <b>Sample Usage</b> (Note that the following classes are all
26 < * made-up.) <p>
26 > * made-up.)
27 > *
28   *  <pre> {@code
29   * interface ArchiveSearcher { String search(String target); }
30   * class App {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines