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

Comparing jsr166/src/main/java/util/concurrent/ScheduledThreadPoolExecutor.java (file contents):
Revision 1.78 by jsr166, Wed Mar 26 22:13:35 2014 UTC vs.
Revision 1.79 by jsr166, Wed Mar 26 22:39:02 2014 UTC

# Line 440 | Line 440 | public class ScheduledThreadPoolExecutor
440      }
441  
442      /**
443 <     * Creates a new ScheduledThreadPoolExecutor with the given
444 <     * initial parameters.
443 >     * Creates a new {@code ScheduledThreadPoolExecutor} with the
444 >     * given initial parameters.
445       *
446       * @param corePoolSize the number of threads to keep in the pool, even
447       *        if they are idle, unless {@code allowCoreThreadTimeOut} is set
# Line 458 | Line 458 | public class ScheduledThreadPoolExecutor
458      }
459  
460      /**
461 <     * Creates a new ScheduledThreadPoolExecutor with the given
462 <     * initial parameters.
461 >     * Creates a new {@code ScheduledThreadPoolExecutor} with the
462 >     * given initial parameters.
463       *
464       * @param corePoolSize the number of threads to keep in the pool, even
465       *        if they are idle, unless {@code allowCoreThreadTimeOut} is set

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines