Fix "new" Sonar issues

Reported as new due to touched source file.
This commit is contained in:
Gary Russell
2018-12-13 23:21:42 -05:00
parent d7356aa85d
commit 3f522f7efe

View File

@@ -54,7 +54,7 @@ import org.springframework.util.xml.DomUtils;
*/
public abstract class HeaderEnricherParserSupport extends AbstractTransformerParser {
private final static Map<String, String[][]> cannedHeaderElementExpressions = new HashMap<>();
private static final Map<String, String[][]> cannedHeaderElementExpressions = new HashMap<>(); // NOSONAR lower case
private final Map<String, String> elementToNameMap = new HashMap<>();