Remove redundant deprecation suppression
See gh-22178
This commit is contained in:
committed by
Andy Wilkinson
parent
568f41e8e2
commit
20debcd471
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user