Fixed CS. This closes #1827
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ddf7c9f7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ddf7c9f7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ddf7c9f7 Branch: refs/heads/master Commit: ddf7c9f7d060cb47518b07aa83b15f10766050b8 Parents: 9170e19 Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Jul 16 21:31:15 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Jul 16 21:31:15 2017 +0200 ---------------------------------------------------------------------- .../test/spring/CamelSpringActiveProfileTest.java | 1 + .../CamelSpringRunnerTestPropertySourceTest.java | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ddf7c9f7/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringActiveProfileTest.java ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringActiveProfileTest.java b/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringActiveProfileTest.java index 347eb0b..cb06f50 100644 --- a/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringActiveProfileTest.java +++ b/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringActiveProfileTest.java @@ -41,6 +41,7 @@ public class CamelSpringActiveProfileTest { @Autowired protected CamelContext camelContext; + @Produce(uri = "direct:start", context = "camelContext") protected ProducerTemplate start; http://git-wip-us.apache.org/repos/asf/camel/blob/ddf7c9f7/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerTestPropertySourceTest.java ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerTestPropertySourceTest.java b/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerTestPropertySourceTest.java index 3bfdd1e..e75ee56 100644 --- a/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerTestPropertySourceTest.java +++ b/components/camel-test-spring/src/test/java/org/apache/camel/test/spring/CamelSpringRunnerTestPropertySourceTest.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * 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 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.camel.test.spring; import org.apache.camel.EndpointInject;