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.27 by jsr166, Sun Aug 28 00:04:39 2005 UTC vs.
Revision 1.28 by jsr166, Sun Aug 28 00:07:26 2005 UTC

# Line 91 | Line 91 | public interface Future<V> {
91       * Returns <tt>true</tt> if this task was cancelled before it completed
92       * normally.
93       *
94 <     * @return <tt>true</tt> if task was cancelled before it completed
94 >     * @return <tt>true</tt> if this task was cancelled before it completed
95       */
96      boolean isCancelled();
97  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines