This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 1d60375903e [Minor] Apply formatter
1d60375903e is described below

commit 1d60375903ed34776da64c95e08f3c4c16d56e91
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Oct 21 15:44:33 2022 +0200

    [Minor] Apply formatter
---
 .../src/test/java/org/apache/camel/builder/xml/XPathTest.java         | 1 -
 .../test/java/org/apache/camel/impl/health/RouteHealthCheckTest.java  | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java 
b/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java
index 47eecd83b51..de4cface987 100644
--- a/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/builder/xml/XPathTest.java
@@ -29,7 +29,6 @@ import java.util.concurrent.TimeUnit;
 import javax.xml.transform.dom.DOMSource;
 import javax.xml.xpath.XPathConstants;
 import javax.xml.xpath.XPathExpressionException;
-import javax.xml.xpath.XPathFunctionResolver;
 
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/health/RouteHealthCheckTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/impl/health/RouteHealthCheckTest.java
index c21e6d7e310..1b1878d5ce3 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/impl/health/RouteHealthCheckTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/impl/health/RouteHealthCheckTest.java
@@ -52,8 +52,8 @@ public class RouteHealthCheckTest {
         context.stop();
     }
 
-     @Test
-     public void testHealthCheckIsUpWhenRouteIsNotAutoStartup() throws 
Exception {
+    @Test
+    public void testHealthCheckIsUpWhenRouteIsNotAutoStartup() throws 
Exception {
         CamelContext context = new DefaultCamelContext();
         context.addRoutes(new RouteBuilder() {
             @Override

Reply via email to