Sonar - protected fields
This commit is contained in:
committed by
Artem Bilan
parent
37e49a23f4
commit
0d6faa2e34
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user