This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new ce46960 Fixed CS for Camel-Saxon ce46960 is described below commit ce46960b3cbcbb9a508c36ff544253ed29fe8e84 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 7 08:37:24 2019 +0200 Fixed CS for Camel-Saxon --- .../org/apache/camel/component/xslt/SaxonXsltFeatureRouteTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-saxon/src/test/java/org/apache/camel/component/xslt/SaxonXsltFeatureRouteTest.java b/components/camel-saxon/src/test/java/org/apache/camel/component/xslt/SaxonXsltFeatureRouteTest.java index e9aaa8b..a8567da 100644 --- a/components/camel-saxon/src/test/java/org/apache/camel/component/xslt/SaxonXsltFeatureRouteTest.java +++ b/components/camel-saxon/src/test/java/org/apache/camel/component/xslt/SaxonXsltFeatureRouteTest.java @@ -18,13 +18,13 @@ package org.apache.camel.component.xslt; import javax.xml.transform.TransformerException; +import net.sf.saxon.trans.UncheckedXPathException; + import org.apache.camel.CamelExecutionException; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test; -import net.sf.saxon.trans.UncheckedXPathException; - public class SaxonXsltFeatureRouteTest extends CamelTestSupport { @Test