Skip to content

Commit 19f795a

Browse files
committed
Suppress deprecation warnings in tests
1 parent bfdf070 commit 19f795a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class PathVariableArgumentResolverTests {
4040

4141

4242
@BeforeEach
43+
@SuppressWarnings("deprecation")
4344
void setUp() throws Exception {
4445
HttpServiceProxyFactory proxyFactory = HttpServiceProxyFactory.builder(this.client).build();
4546
proxyFactory.afterPropertiesSet();

0 commit comments

Comments
 (0)