Add missing @Override annotations

This commit is contained in:
Sam Brannen
2019-08-22 14:48:08 +02:00
parent 0b63db26b7
commit ad6231ad29
108 changed files with 321 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ public class TestWebSocketSession implements WebSocketSession {
this.remoteAddress = remoteAddress;
}
@Override
public String getAcceptedProtocol() {
return this.protocol;
}

View File

@@ -53,6 +53,7 @@ public class HandshakeInterceptorChainTests extends AbstractHttpRequestTests {
private Map<String, Object> attributes;
@Override
@BeforeEach
public void setup() {
super.setup();

View File

@@ -74,6 +74,7 @@ public class StubSockJsServiceConfig implements SockJsServiceConfig {
this.messageCodec = messageCodec;
}
@Override
public int getHttpMessageCacheSize() {
return this.httpMessageCacheSize;
}