checkstyle FinalClassCheck
fixes fixModifiers after fixFinal Revert CachingSessionFactory Class is spied in tests. checkstyle - Import Rules checkstyle InterfaceIsType checkstyle InnerTypeLast checkstyle OneStatementPerLine CovariantEquals OneTopLevelClass * Revert `'\n'` -> `System.lineSeparator()` in the Gradle scripts to meet Git `autocrlf = true` on Windows * Fix timing issue with the `LastModifiedFileListFilterTests`, when the `age = 1` might not be enough for the file object when we have some delay before checking
This commit is contained in:
committed by
Artem Bilan
parent
43af472c3a
commit
4ac3a79df7
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2014-2015 the original author or authors.
|
||||
* Copyright 2014-2016 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -172,7 +172,7 @@ public final class ClientWebSocketContainer extends IntegrationWebSocketContaine
|
||||
* <p>
|
||||
* The {@link #webSocketHandler} is used to handle {@link WebSocketSession} events.
|
||||
*/
|
||||
private class IntegrationWebSocketConnectionManager extends ConnectionManagerSupport {
|
||||
private final class IntegrationWebSocketConnectionManager extends ConnectionManagerSupport {
|
||||
|
||||
private final WebSocketClient client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user