Suppress deprecation warnings in tests
This commit is contained in:
@@ -40,6 +40,7 @@ class PathVariableArgumentResolverTests {
|
|||||||
|
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
void setUp() throws Exception {
|
void setUp() throws Exception {
|
||||||
HttpServiceProxyFactory proxyFactory = HttpServiceProxyFactory.builder(this.client).build();
|
HttpServiceProxyFactory proxyFactory = HttpServiceProxyFactory.builder(this.client).build();
|
||||||
proxyFactory.afterPropertiesSet();
|
proxyFactory.afterPropertiesSet();
|
||||||
|
|||||||
Reference in New Issue
Block a user