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

Comparing jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java (file contents):
Revision 1.53 by dl, Wed Jan 21 15:20:35 2004 UTC vs.
Revision 1.54 by dl, Mon Feb 9 00:23:55 2004 UTC

# Line 1450 | Line 1450 | public class ThreadPoolExecutor extends
1450          public AbortPolicy() { }
1451  
1452          /**
1453 <         * Always throws  RejectedExecutionException.
1453 >         * Always throws RejectedExecutionException.
1454           * @param r the runnable task requested to be executed
1455           * @param e the executor attempting to execute this task
1456           * @throws RejectedExecutionException always.
# Line 1466 | Line 1466 | public class ThreadPoolExecutor extends
1466       */
1467      public static class DiscardPolicy implements RejectedExecutionHandler {
1468          /**
1469 <         * Creates <tt>DiscardPolicy</tt>.
1469 >         * Creates a <tt>DiscardPolicy</tt>.
1470           */
1471          public DiscardPolicy() { }
1472  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines