You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/03/24 19:53:40 UTC

git commit: ACCUMULO-2494 fix rat check failure

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 59db6fedd -> c6163b4c4


ACCUMULO-2494 fix rat check failure


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: c6163b4c4554996c928bd4be353113f6fc806493
Parents: 59db6fe
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Mar 24 14:52:47 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Mar 24 14:53:14 2014 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/core/util/StatTest.java     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c6163b4c/core/src/test/java/org/apache/accumulo/core/util/StatTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/accumulo/core/util/StatTest.java b/core/src/test/java/org/apache/accumulo/core/util/StatTest.java
index c32d79d..69df38d 100644
--- a/core/src/test/java/org/apache/accumulo/core/util/StatTest.java
+++ b/core/src/test/java/org/apache/accumulo/core/util/StatTest.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.accumulo.core.util;
 
 import static org.junit.Assert.assertEquals;