Sonar Fixes

This commit is contained in:
Gary Russell
2016-11-19 11:20:30 -05:00
parent f070de0b7e
commit 849e3538de
2 changed files with 9 additions and 10 deletions

View File

@@ -37,9 +37,9 @@ public abstract class IntegrationComponentSpec<S extends IntegrationComponentSpe
protected final static SpelExpressionParser PARSER = new SpelExpressionParser();
protected final Log logger = LogFactory.getLog(getClass());
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR
protected volatile T target;
protected volatile T target; // NOSONAR
private String id;