Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Sep 28, 2023
1 parent 8bed33b commit e988a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ protected void doConfigureModeline(CamelContext camelContext, Collection<Resourc
loader.preParseRoute(resource);
} catch (Exception e) {
if (ignoreLoadingError) {
LOG.warn("Loading resources error: {} due to: {}. This exception is ignored.", resource, e.getMessage());
LOG.warn("Loading resources error: {} due to: {}. This exception is ignored.", resource,
e.getMessage());
} else {
throw e;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.camel.Route;
import org.apache.camel.api.management.ManagedResource;
import org.apache.camel.api.management.mbean.ManagedRouteControllerMBean;
import org.apache.camel.spi.ManagementStrategy;
import org.apache.camel.spi.RouteController;

@ManagedResource(description = "Managed RouteController")
Expand Down

0 comments on commit e988a3c

Please sign in to comment.