Merge pull request #22178 from dreis2211
* gh-22178: Remove redundant deprecation suppression Closes gh-22178
This commit is contained in:
@@ -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