Repository: camel
Updated Branches:
  refs/heads/master 7fd93bb8c -> b8f5da747


CS fix


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

Branch: refs/heads/master
Commit: b8f5da74760d60b007bef15ac8c52b824a925aa1
Parents: 7fd93bb
Author: Arno Noordover <anoordo...@users.noreply.github.com>
Authored: Wed Jun 22 17:08:55 2016 +0200
Committer: Arno Noordover <anoordo...@users.noreply.github.com>
Committed: Wed Jun 22 17:08:55 2016 +0200

----------------------------------------------------------------------
 .../commands/AbstractLocalCamelControllerTest.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b8f5da74/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java
----------------------------------------------------------------------
diff --git 
a/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java
 
b/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java
index c55be8b..71886c1 100644
--- 
a/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.java
+++ 
b/platforms/commands/commands-core/src/test/java/org/apache/camel/commands/AbstractLocalCamelControllerTest.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.commands;
 
 import java.util.List;

Reply via email to