Commit 20debcd4 authored by dreis2211's avatar dreis2211 Committed by Andy Wilkinson

Remove redundant deprecation suppression

See gh-22178
parent 568f41e8
...@@ -198,7 +198,6 @@ class NettyRSocketServerFactoryTests { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment