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.7 by tim, Wed Aug 6 18:22:09 2003 UTC vs.
Revision 1.8 by tim, Fri Aug 8 20:05:07 2003 UTC

# Line 31 | Line 31 | package java.util.concurrent;
31   *     displayOtherThings(); // do other things while searching
32   *     try {
33   *       displayText(future.get()); // use future
34 < *     }
35 < *     catch (ExecutionException ex) { cleanup(); return; }
34 > *     } catch (ExecutionException ex) { cleanup(); return; }
35   *   }
36   * }
37   * </pre>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines