Browse Source

Remove redundant deprecation suppression

See gh-22178
pull/22829/head
dreis2211 6 years ago committed by Andy Wilkinson
parent
commit
20debcd471
  1. 1
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/rsocket/netty/NettyRSocketServerFactoryTests.java

1
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/rsocket/netty/NettyRSocketServerFactoryTests.java

@ -198,7 +198,6 @@ class NettyRSocketServerFactoryTests { @@ -198,7 +198,6 @@ class NettyRSocketServerFactoryTests {
static class EchoRequestResponseAcceptor implements SocketAcceptor {
@Override
@SuppressWarnings("deprecation")
public Mono<RSocket> accept(ConnectionSetupPayload setupPayload, RSocket rSocket) {
return Mono.just(new RSocket() {
@Override

Loading…
Cancel
Save