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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 88b9ecc81cc Regen for commit b1cf528349c74e48e31a1c7b4ac142b6dec8cb52
88b9ecc81cc is described below

commit 88b9ecc81cc0c5f179df14b3c6ca9ea4fd36ae9b
Author: davsclaus <[email protected]>
AuthorDate: Fri Sep 16 06:03:00 2022 +0000

    Regen for commit b1cf528349c74e48e31a1c7b4ac142b6dec8cb52
    
    Signed-off-by: GitHub <[email protected]>
---
 .../test/java/org/apache/camel/impl/health/RouteHealthCheckTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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