Fixed checkstyle issues
This commit is contained in:
@@ -44,14 +44,14 @@ public class TraceWebSocketAutoConfigurationTest {
|
||||
|
||||
@Test
|
||||
public void should_register_interceptors_for_inbound_and_outbound_channels() {
|
||||
then(delegatingWebSocketMessageBrokerConfiguration
|
||||
then(this.delegatingWebSocketMessageBrokerConfiguration
|
||||
.clientInboundChannel()
|
||||
.getInterceptors()
|
||||
.stream()
|
||||
.map(Object::getClass)
|
||||
.collect(toList()))
|
||||
.contains(TraceChannelInterceptor.class);
|
||||
then(delegatingWebSocketMessageBrokerConfiguration
|
||||
then(this.delegatingWebSocketMessageBrokerConfiguration
|
||||
.clientOutboundChannel()
|
||||
.getInterceptors()
|
||||
.stream()
|
||||
|
||||
@@ -94,7 +94,7 @@ public class TraceFilterIntegrationTests extends AbstractMvcIntegrationTest {
|
||||
|
||||
@Override
|
||||
protected void configureMockMvcBuilder(DefaultMockMvcBuilder mockMvcBuilder) {
|
||||
mockMvcBuilder.addFilters(traceFilter);
|
||||
mockMvcBuilder.addFilters(this.traceFilter);
|
||||
}
|
||||
|
||||
private MvcResult whenSentPingWithoutTracingData() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user