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

View File

@ -380,7 +380,7 @@ class UtilNamespaceHandlerTests {
// For DependencyDescriptor resolution
private Map<String, TestBean> mapWithRef;
private Map<String, TestBean> mapWithTypes;
Map<String, TestBean> mapWithRef;
Map<String, TestBean> mapWithTypes;
}

View File

@ -31,6 +31,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* @author Juergen Hoeller
*/
@SuppressWarnings("deprecation")
class BshScriptEvaluatorTests {
@Test

View File

@ -48,6 +48,7 @@ import static org.mockito.Mockito.mock;
* @author Rick Evans
* @author Juergen Hoeller
*/
@SuppressWarnings("deprecation")
class BshScriptFactoryTests {
@Test