Add @Override to remaining source files
Issue: SPR-10130
This commit is contained in:
@@ -40,6 +40,7 @@ public class AbstractSockJsServiceTests extends AbstractHttpRequestTests {
|
||||
private WebSocketHandler handler;
|
||||
|
||||
|
||||
@Override
|
||||
@Before
|
||||
public void setUp() {
|
||||
super.setUp();
|
||||
|
||||
@@ -32,6 +32,7 @@ public class StubSockJsConfig implements SockJsConfiguration {
|
||||
private TaskScheduler taskScheduler = new ThreadPoolTaskScheduler();
|
||||
|
||||
|
||||
@Override
|
||||
public int getStreamBytesLimit() {
|
||||
return streamBytesLimit;
|
||||
}
|
||||
@@ -40,6 +41,7 @@ public class StubSockJsConfig implements SockJsConfiguration {
|
||||
this.streamBytesLimit = streamBytesLimit;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getHeartbeatTime() {
|
||||
return heartbeatTime;
|
||||
}
|
||||
@@ -48,6 +50,7 @@ public class StubSockJsConfig implements SockJsConfiguration {
|
||||
this.heartbeatTime = heartbeatTime;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TaskScheduler getTaskScheduler() {
|
||||
return taskScheduler;
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ public class DefaultSockJsServiceTests extends AbstractHttpRequestTests {
|
||||
private DefaultSockJsService service;
|
||||
|
||||
|
||||
@Override
|
||||
@Before
|
||||
public void setUp() {
|
||||
super.setUp();
|
||||
|
||||
Reference in New Issue
Block a user