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

Comparing jsr166/src/main/java/util/concurrent/ScheduledExecutor.java (file contents):
Revision 1.13 by dl, Fri Aug 8 17:48:44 2003 UTC vs.
Revision 1.14 by tim, Fri Aug 8 20:05:07 2003 UTC

# Line 485 | Line 485 | public class ScheduledExecutor extends T
485              return;
486          try {
487              execute(next);
488 <        }
489 <        catch(RejectedExecutionException ex) {
488 >        } catch(RejectedExecutionException ex) {
489              // lost race to detect shutdown; ignore
490          }
491      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines