Sonar - protected fields

This commit is contained in:
Gary Russell
2019-05-01 16:18:58 -04:00
committed by Artem Bilan
parent 37e49a23f4
commit 0d6faa2e34
58 changed files with 278 additions and 261 deletions

View File

@@ -73,9 +73,9 @@ public abstract class AbstractStompSessionManager implements StompSessionManager
private static final long DEFAULT_RECOVERY_INTERVAL = 10000;
protected final Log logger = LogFactory.getLog(getClass());
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR final
protected final StompClientSupport stompClient;
protected final StompClientSupport stompClient; // NOSONAR final
private final CompositeStompSessionHandler compositeStompSessionHandler = new CompositeStompSessionHandler();