Skip to content

Commit

Permalink
Suppress deprecation warning for Java21
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Aug 30, 2024
1 parent 7cb51c7 commit cd88dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/ostrusted-not-inferrable-test/RuntimeExec.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import java.io.File;
import java.io.IOException;

@SuppressWarnings("deprecation")
class RuntimeExec {

@OsTrusted String trustedField = "";
Expand Down

0 comments on commit cd88dee

Please sign in to comment.