Skip to content

Commit

Permalink
Improve resource management in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Nov 8, 2024
1 parent eb09f8f commit a33af4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import static org.junit.Assert.*;
import static org.junit.Assume.assumeTrue;

@SuppressWarnings("deprecation")
@SuppressWarnings({"deprecation", "removal"})
public class ChronicleHistoryReaderMainTest {

private static class NoExitSecurityManager extends SecurityManager {
Expand Down

0 comments on commit a33af4b

Please sign in to comment.