Clean up warnings in tests

This commit is contained in:
Sam Brannen
2025-11-01 14:38:39 +01:00
parent 960df8e7a1
commit 205f3e392d
3 changed files with 4 additions and 2 deletions
@@ -31,6 +31,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* @author Juergen Hoeller
*/
@SuppressWarnings("deprecation")
class BshScriptEvaluatorTests {
@Test
@@ -48,6 +48,7 @@ import static org.mockito.Mockito.mock;
* @author Rick Evans
* @author Juergen Hoeller
*/
@SuppressWarnings("deprecation")
class BshScriptFactoryTests {
@Test