Repository: camel Updated Branches: refs/heads/master 19d2ba5a9 -> ee2909e8a
Fix Checkstyle issues / add missing license header Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ee2909e8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ee2909e8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ee2909e8 Branch: refs/heads/master Commit: ee2909e8a79e4eddf146390a890ad606f7771891 Parents: c0a5c9f Author: Gregor Zurowski <gre...@zurowski.org> Authored: Fri Sep 29 09:18:30 2017 +0200 Committer: Gregor Zurowski <gre...@zurowski.org> Committed: Fri Sep 29 09:23:43 2017 +0200 ---------------------------------------------------------------------- ...ingZooKeeperClusteredRouteConfigurationTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ee2909e8/components/camel-zookeeper/src/test/java/org/apache/camel/component/zookeeper/ha/SpringZooKeeperClusteredRouteConfigurationTest.java ---------------------------------------------------------------------- diff --git a/components/camel-zookeeper/src/test/java/org/apache/camel/component/zookeeper/ha/SpringZooKeeperClusteredRouteConfigurationTest.java b/components/camel-zookeeper/src/test/java/org/apache/camel/component/zookeeper/ha/SpringZooKeeperClusteredRouteConfigurationTest.java index f02df61..c472e84 100644 --- a/components/camel-zookeeper/src/test/java/org/apache/camel/component/zookeeper/ha/SpringZooKeeperClusteredRouteConfigurationTest.java +++ b/components/camel-zookeeper/src/test/java/org/apache/camel/component/zookeeper/ha/SpringZooKeeperClusteredRouteConfigurationTest.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.zookeeper.ha; import org.apache.camel.ha.CamelClusterService;