This is an automated email from the ASF dual-hosted git repository. aldettinger 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 e364d1d Fixed CS e364d1d is described below commit e364d1d3eb2924950bc270f119819dbaf2a039f2 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Fri Jun 8 19:30:16 2018 +0200 Fixed CS --- .../test/testcontainers/spring/ContainerAwareSpringTestSupportIT.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-testcontainers-spring/src/test/java/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupportIT.java b/components/camel-testcontainers-spring/src/test/java/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupportIT.java index c1c1b64..6dfc62e 100644 --- a/components/camel-testcontainers-spring/src/test/java/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupportIT.java +++ b/components/camel-testcontainers-spring/src/test/java/org/apache/camel/test/testcontainers/spring/ContainerAwareSpringTestSupportIT.java @@ -1,4 +1,3 @@ -package org.apache.camel.test.testcontainers.spring; /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -15,9 +14,9 @@ package org.apache.camel.test.testcontainers.spring; * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.camel.test.testcontainers.spring; import org.apache.camel.test.testcontainers.Wait; -import org.apache.camel.test.testcontainers.spring.ContainerAwareSpringTestSupport; import org.assertj.core.api.Assertions; import org.junit.Test; import org.springframework.context.support.AbstractApplicationContext; -- To stop receiving notification emails like this one, please contact aldettin...@apache.org.