Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/357ab2e9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/357ab2e9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/357ab2e9 Branch: refs/heads/camel-2.17.x Commit: 357ab2e965fff601a13ed426b31451c640f94525 Parents: c1c8870 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Apr 28 18:32:48 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Apr 28 18:32:48 2016 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/cdi/test/NoCamelContextTest.java | 8 ++++---- .../apache/camel/test/spring/CamelAnnotationsHandler.java | 6 +++--- .../camel/test/spring/CamelSpringBootExecutionListener.java | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/357ab2e9/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/NoCamelContextTest.java ---------------------------------------------------------------------- diff --git a/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/NoCamelContextTest.java b/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/NoCamelContextTest.java index c1d85ad..fbdbf3d 100644 --- a/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/NoCamelContextTest.java +++ b/components/camel-cdi/src/test/java/org/apache/camel/cdi/test/NoCamelContextTest.java @@ -16,6 +16,10 @@ */ package org.apache.camel.cdi.test; +import javax.enterprise.inject.Any; +import javax.enterprise.inject.Instance; +import javax.inject.Inject; + import org.apache.camel.CamelContext; import org.apache.camel.cdi.CdiCamelExtension; import org.jboss.arquillian.container.test.api.Deployment; @@ -27,10 +31,6 @@ import org.jboss.shrinkwrap.api.spec.JavaArchive; import org.junit.Test; import org.junit.runner.RunWith; -import javax.enterprise.inject.Any; -import javax.enterprise.inject.Instance; -import javax.inject.Inject; - import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; http://git-wip-us.apache.org/repos/asf/camel/blob/357ab2e9/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelAnnotationsHandler.java ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelAnnotationsHandler.java b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelAnnotationsHandler.java index 596a061..8902f4f 100644 --- a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelAnnotationsHandler.java +++ b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelAnnotationsHandler.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * <p/> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p/> + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. http://git-wip-us.apache.org/repos/asf/camel/blob/357ab2e9/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java index a7e92b9..c17a421 100644 --- a/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java +++ b/components/camel-test-spring/src/main/java/org/apache/camel/test/spring/CamelSpringBootExecutionListener.java @@ -5,9 +5,9 @@ * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * <p/> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p/> + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.