Browse Source

Suppress deprecation warnings in tests

pull/29342/head
Sam Brannen 2 years ago
parent
commit
19f795a75a
  1. 1
      spring-web/src/test/java/org/springframework/web/service/invoker/PathVariableArgumentResolverTests.java

1
spring-web/src/test/java/org/springframework/web/service/invoker/PathVariableArgumentResolverTests.java

@ -40,6 +40,7 @@ class PathVariableArgumentResolverTests { @@ -40,6 +40,7 @@ class PathVariableArgumentResolverTests {
@BeforeEach
@SuppressWarnings("deprecation")
void setUp() throws Exception {
HttpServiceProxyFactory proxyFactory = HttpServiceProxyFactory.builder(this.client).build();
proxyFactory.afterPropertiesSet();

Loading…
Cancel
Save