Sonar - protected fields
This commit is contained in:
committed by
Artem Bilan
parent
37e49a23f4
commit
0d6faa2e34
@@ -47,7 +47,7 @@ public abstract class RemoteFileInboundChannelAdapterSpec<F, S extends RemoteFil
|
||||
extends MessageSourceSpec<S, MS>
|
||||
implements ComponentsRegistration {
|
||||
|
||||
protected final AbstractInboundFileSynchronizer<F> synchronizer;
|
||||
protected final AbstractInboundFileSynchronizer<F> synchronizer; // NOSONAR final
|
||||
|
||||
private ExpressionFileListFilter<F> expressionFileListFilter;
|
||||
|
||||
|
||||
@@ -117,9 +117,9 @@ public class RotatingServerAdvice extends AbstractMessageSourceAdvice {
|
||||
*/
|
||||
public static class StandardRotationPolicy implements RotationPolicy {
|
||||
|
||||
protected final Log logger = LogFactory.getLog(getClass());
|
||||
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR final
|
||||
|
||||
protected final DelegatingSessionFactory<?> factory;
|
||||
protected final DelegatingSessionFactory<?> factory; // NOSONAR final
|
||||
|
||||
private final List<KeyDirectory> keyDirectories = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user