Updated Branches: refs/heads/master 163935d30 -> c88d85262
add missing ASF license header Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/c88d8526 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/c88d8526 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/c88d8526 Branch: refs/heads/master Commit: c88d8526201b4680ddde50392f5e6bee05d530c8 Parents: 163935d Author: Olivier Lamy <[email protected]> Authored: Sat May 4 23:07:28 2013 +1000 Committer: Olivier Lamy <[email protected]> Committed: Sat May 4 23:07:28 2013 +1000 ---------------------------------------------------------------------- .../apache/helix/integration/TestZkReconnect.java | 19 +++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/c88d8526/helix-core/src/test/java/org/apache/helix/integration/TestZkReconnect.java ---------------------------------------------------------------------- diff --git a/helix-core/src/test/java/org/apache/helix/integration/TestZkReconnect.java b/helix-core/src/test/java/org/apache/helix/integration/TestZkReconnect.java index 5a9b2c6..a04e463 100644 --- a/helix-core/src/test/java/org/apache/helix/integration/TestZkReconnect.java +++ b/helix-core/src/test/java/org/apache/helix/integration/TestZkReconnect.java @@ -1,5 +1,24 @@ package org.apache.helix.integration; +/* + * 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. + */ + import java.util.concurrent.CountDownLatch; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledFuture;
