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

Comparing jsr166/src/main/java/util/concurrent/FutureTask.java (file contents):
Revision 1.102 by jsr166, Sun Dec 16 18:52:27 2012 UTC vs.
Revision 1.103 by jsr166, Wed May 15 02:39:59 2013 UTC

# Line 263 | Line 263 | public class FutureTask<V> implements Ru
263       * designed for use with tasks that intrinsically execute more
264       * than once.
265       *
266 <     * @return true if successfully run and reset
266 >     * @return {@code true} if successfully run and reset
267       */
268      protected boolean runAndReset() {
269          if (state != NEW ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines