Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C6E810DDB for ; Mon, 24 Mar 2014 23:37:22 +0000 (UTC) Received: (qmail 31901 invoked by uid 500); 24 Mar 2014 23:37:15 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 31849 invoked by uid 500); 24 Mar 2014 23:37:15 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 31837 invoked by uid 99); 24 Mar 2014 23:37:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Mar 2014 23:37:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4B6A48BB0AB; Mon, 24 Mar 2014 23:37:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Mon, 24 Mar 2014 23:37:14 -0000 Message-Id: <51b396251b7443b89fc7abb1400efb1e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] git commit: ACCUMULO-2494 fix rat check failure Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT bc1f026d9 -> 62ce7524f refs/heads/master 62661dccd -> a9f1767b9 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/ce6a7216 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ce6a7216 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ce6a7216 Branch: refs/heads/master Commit: ce6a7216d3d41966f15c3be2d2099aac1797124f Parents: 5a130ad Author: Eric C. Newton Authored: Mon Mar 24 14:52:47 2014 -0400 Committer: Mike Drob Committed: Mon Mar 24 16:42:21 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/ce6a7216/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;