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 1cb37c9 Fixed CS in camel-management 1cb37c9 is described below commit 1cb37c9981f99b9e78640a4b6f2ef2e6e33db899 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 11 10:49:39 2020 +0200 Fixed CS in camel-management --- .../camel/management/ManagedSupervisingRouteControllerTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/camel-management/src/test/java/org/apache/camel/management/ManagedSupervisingRouteControllerTest.java b/core/camel-management/src/test/java/org/apache/camel/management/ManagedSupervisingRouteControllerTest.java index 4b51a07..b218bc6 100644 --- a/core/camel-management/src/test/java/org/apache/camel/management/ManagedSupervisingRouteControllerTest.java +++ b/core/camel-management/src/test/java/org/apache/camel/management/ManagedSupervisingRouteControllerTest.java @@ -16,11 +16,12 @@ */ package org.apache.camel.management; -import javax.management.MBeanServer; -import javax.management.ObjectName; import java.util.Map; import java.util.concurrent.TimeUnit; +import javax.management.MBeanServer; +import javax.management.ObjectName; + import org.apache.camel.CamelContext; import org.apache.camel.Consumer; import org.apache.camel.Endpoint;