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.96 by jsr166, Sat Oct 8 18:18:44 2016 UTC vs.
Revision 1.97 by dl, Sat Apr 15 00:12:38 2017 UTC

# Line 684 | Line 684 | public class Executors {
684          FinalizableDelegatedExecutorService(ExecutorService executor) {
685              super(executor);
686          }
687 +        @SuppressWarnings("deprecation")
688          protected void finalize() {
689              super.shutdown();
690          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines