You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by sl...@apache.org on 2013/02/21 22:31:42 UTC

[1/2] git commit: Adding a missed license header

Adding a missed 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/1b153f46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/1b153f46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/1b153f46

Branch: refs/heads/master
Commit: 1b153f468e3a034e3be76f518a5c90654d62b6fc
Parents: 11ba1bd
Author: slu2011 <lu...@gmail.com>
Authored: Thu Feb 21 13:30:57 2013 -0800
Committer: slu2011 <lu...@gmail.com>
Committed: Thu Feb 21 13:30:57 2013 -0800

----------------------------------------------------------------------
 .../TestAutoRebalancePartitionLimit.java           |   21 ++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1b153f46/helix-core/src/test/java/org/apache/helix/integration/TestAutoRebalancePartitionLimit.java
----------------------------------------------------------------------
diff --git a/helix-core/src/test/java/org/apache/helix/integration/TestAutoRebalancePartitionLimit.java b/helix-core/src/test/java/org/apache/helix/integration/TestAutoRebalancePartitionLimit.java
index 4980c59..b048a37 100644
--- a/helix-core/src/test/java/org/apache/helix/integration/TestAutoRebalancePartitionLimit.java
+++ b/helix-core/src/test/java/org/apache/helix/integration/TestAutoRebalancePartitionLimit.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.Date;
 import java.util.HashMap;
 import java.util.Map;
@@ -28,7 +47,7 @@ import org.testng.annotations.Test;
 
 public class TestAutoRebalancePartitionLimit extends ZkStandAloneCMTestBaseWithPropertyServerCheck
 {
-private static final Logger LOG = Logger.getLogger(TestAutoRebalance.class.getName());
+private static final Logger LOG = Logger.getLogger(TestAutoRebalancePartitionLimit.class.getName());
   
   @BeforeClass
   public void beforeClass() throws Exception