Remove redundant deprecation suppression

See gh-22178
This commit is contained in:
dreis2211
2020-06-30 22:01:57 +02:00
committed by Andy Wilkinson
parent 568f41e8e2
commit 20debcd471

View File

@@ -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