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.70 by jsr166, Mon Sep 20 20:23:52 2010 UTC vs.
Revision 1.71 by jsr166, Sat Oct 16 16:48:01 2010 UTC

# Line 640 | Line 640 | public class Executors {
640          FinalizableDelegatedExecutorService(ExecutorService executor) {
641              super(executor);
642          }
643 <        protected void finalize()  {
643 >        protected void finalize() {
644              super.shutdown();
645          }
646      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines