lburgazzoli commented on a change in pull request #4307:
URL: https://github.com/apache/camel/pull/4307#discussion_r495725667



##########
File path: 
core/camel-health/src/main/java/org/apache/camel/impl/health/RouteHealthCheck.java
##########
@@ -63,16 +64,16 @@ protected void doCall(HealthCheckResultBuilder builder, 
Map<String, Object> opti
                     // if a route is configured to not to automatically start, 
then the
                     // route is always up as it is externally managed.
                     builder.up();
-                } else if (route.getRouteController() == null) {
+                }
+                if (route.getRouteController() == null) {

Review comment:
       same as above




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to