Add missing @Override annotations
This commit is contained in:
@@ -137,6 +137,7 @@ public class TestWebSocketSession implements WebSocketSession {
|
||||
this.remoteAddress = remoteAddress;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getAcceptedProtocol() {
|
||||
return this.protocol;
|
||||
}
|
||||
|
||||
@@ -53,6 +53,7 @@ public class HandshakeInterceptorChainTests extends AbstractHttpRequestTests {
|
||||
private Map<String, Object> attributes;
|
||||
|
||||
|
||||
@Override
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
super.setup();
|
||||
|
||||
@@ -74,6 +74,7 @@ public class StubSockJsServiceConfig implements SockJsServiceConfig {
|
||||
this.messageCodec = messageCodec;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getHttpMessageCacheSize() {
|
||||
return this.httpMessageCacheSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user