checkstyle WhiteAround
WhiteAroundCheck script
This commit is contained in:
@@ -50,7 +50,7 @@ public abstract class AbstractXPathMessageSelector implements MessageSelector {
|
||||
* @param namespace namespace URI
|
||||
*/
|
||||
public AbstractXPathMessageSelector(String xPathExpression, String prefix, String namespace) {
|
||||
Map<String,String> namespaces = new HashMap<String, String>();
|
||||
Map<String, String> namespaces = new HashMap<String, String>();
|
||||
namespaces.put(prefix, namespace);
|
||||
this.xPathExpresion = XPathExpressionFactory.createXPathExpression(xPathExpression, namespaces);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user