Suppress deprecation warnings in tests
This commit is contained in:
parent
bfdf070232
commit
19f795a75a
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue