Skip to content

Commit a33af4b

Browse files
committed
Improve resource management in tests
1 parent eb09f8f commit a33af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/openhft/chronicle/queue/ChronicleHistoryReaderMainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import static org.junit.Assert.*;
1818
import static org.junit.Assume.assumeTrue;
1919

20-
@SuppressWarnings("deprecation")
20+
@SuppressWarnings({"deprecation", "removal"})
2121
public class ChronicleHistoryReaderMainTest {
2222

2323
private static class NoExitSecurityManager extends SecurityManager {

0 commit comments

Comments
 (0)