ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java
(Generate patch)

Comparing jsr166/src/test/tck/ThreadPoolExecutorSubclassTest.java (file contents):
Revision 1.106 by jsr166, Wed Jan 27 01:57:24 2021 UTC vs.
Revision 1.107 by dl, Tue Mar 22 21:29:24 2022 UTC

# Line 1970 | Line 1970 | public class ThreadPoolExecutorSubclassT
1970              }
1971          }
1972      }
1973 <    @SuppressWarnings("deprecation")
1973 >    @SuppressWarnings("removal")
1974      public void testFinalizeMethodCallsSuperFinalize() {
1975          new CustomTPE(1, 1,
1976                        LONG_DELAY_MS, MILLISECONDS,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines