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

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

# Line 4035 | Line 4035 | public class CompletableFutureTest exten
4035  
4036      //--- tests of implementation details; not part of official tck ---
4037  
4038 +    @SuppressWarnings("removal")
4039      Object resultOf(CompletableFuture<?> f) {
4040          SecurityManager sm = System.getSecurityManager();
4041          if (sm != null) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines