Commit 1710118f authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #22178 from dreis2211

* gh-22178:
  Remove redundant deprecation suppression

Closes gh-22178
parents 568f41e8 20debcd4
...@@ -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