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.187 by jsr166, Sat Jan 27 19:01:26 2018 UTC vs.
Revision 1.188 by jsr166, Tue Jan 30 04:48:39 2018 UTC

# Line 1432 | Line 1432 | public class ThreadPoolExecutor extends
1432  
1433      // Override without "throws Throwable" for compatibility with subclasses
1434      // whose finalize method invokes super.finalize() (as is recommended).
1435 <    // Before jdk 11, finalize() had a non-empty method body.
1435 >    // Before JDK 11, finalize() had a non-empty method body.
1436  
1437      /**
1438       * @deprecated The {@code finalize} method has been deprecated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines