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.69 by jsr166, Mon Feb 11 08:09:37 2013 UTC vs.
Revision 1.70 by jsr166, Wed May 15 02:39:59 2013 UTC

# Line 227 | Line 227 | public class ScheduledThreadPoolExecutor
227          }
228  
229          /**
230 <         * Returns true if this is a periodic (not a one-shot) action.
230 >         * Returns {@code true} if this is a periodic (not a one-shot) action.
231           *
232 <         * @return true if periodic
232 >         * @return {@code true} if periodic
233           */
234          public boolean isPeriodic() {
235              return period != 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines