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

Comparing jsr166/src/main/java/util/concurrent/Executors.java (file contents):
Revision 1.63 by jsr166, Tue Feb 7 20:54:24 2006 UTC vs.
Revision 1.64 by dl, Tue Mar 21 00:22:43 2006 UTC

# Line 610 | Line 610 | public class Executors {
610              throws InterruptedException, ExecutionException, TimeoutException {
611              return e.invokeAny(tasks, timeout, unit);
612          }
613 +        protected void finalize()  {
614 +            e.shutdown();
615 +        }
616 +
617      }
618  
619      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines