Clean up warnings in tests
This commit is contained in:
parent
960df8e7a1
commit
205f3e392d
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue