Remove redundant deprecation suppression

See gh-22178
pull/22829/head
dreis2211 4 years ago committed by Andy Wilkinson
parent 568f41e8e2
commit 20debcd471

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

Loading…
Cancel
Save