You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/12/12 09:04:19 UTC

[2/6] camel git commit: CAMEL-10582: Fixed CS. This closes #1340

CAMEL-10582: Fixed CS. This closes #1340


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a5cd5de4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a5cd5de4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a5cd5de4

Branch: refs/heads/master
Commit: a5cd5de4a78c5be32bfad0f0eea50e21085ece04
Parents: 6c7a5e7
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Dec 12 10:03:03 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Dec 12 10:03:03 2016 +0100

----------------------------------------------------------------------
 .../integration/SpringIntegrationMessageTest.java   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a5cd5de4/components/camel-spring-integration/src/test/java/org/apache/camel/component/spring/integration/SpringIntegrationMessageTest.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/src/test/java/org/apache/camel/component/spring/integration/SpringIntegrationMessageTest.java b/components/camel-spring-integration/src/test/java/org/apache/camel/component/spring/integration/SpringIntegrationMessageTest.java
index 0ab5dc7..2a28f24 100644
--- a/components/camel-spring-integration/src/test/java/org/apache/camel/component/spring/integration/SpringIntegrationMessageTest.java
+++ b/components/camel-spring-integration/src/test/java/org/apache/camel/component/spring/integration/SpringIntegrationMessageTest.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.component.spring.integration;
 
 import org.junit.Test;