Return-Path: X-Original-To: apmail-tomee-commits-archive@www.apache.org Delivered-To: apmail-tomee-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 460341847D for ; Mon, 2 Nov 2015 22:19:02 +0000 (UTC) Received: (qmail 26592 invoked by uid 500); 2 Nov 2015 22:19:02 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 26558 invoked by uid 500); 2 Nov 2015 22:19:02 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 26549 invoked by uid 99); 2 Nov 2015 22:19:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2015 22:19:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04B84E0544; Mon, 2 Nov 2015 22:19:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: andygumbrecht@apache.org To: commits@tomee.apache.org Message-Id: <4fc704cc45d740d8b1c0ff6e8ae33c79@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: tomee git commit: RAT Date: Mon, 2 Nov 2015 22:19:02 +0000 (UTC) Repository: tomee Updated Branches: refs/heads/master f244ed176 -> 93d2cc0f7 RAT Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/93d2cc0f Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/93d2cc0f Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/93d2cc0f Branch: refs/heads/master Commit: 93d2cc0f75e3f66e4ea8212c702df35a3bd7e6d8 Parents: f244ed1 Author: andygumbrecht@apache.org Authored: Mon Nov 2 23:18:29 2015 +0100 Committer: andygumbrecht@apache.org Committed: Mon Nov 2 23:18:29 2015 +0100 ---------------------------------------------------------------------- .../tomee/jul/handler/rotating/PerfRunner.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/93d2cc0f/tomee/tomee-juli/src/test/java/org/apache/tomee/jul/handler/rotating/PerfRunner.java ---------------------------------------------------------------------- diff --git a/tomee/tomee-juli/src/test/java/org/apache/tomee/jul/handler/rotating/PerfRunner.java b/tomee/tomee-juli/src/test/java/org/apache/tomee/jul/handler/rotating/PerfRunner.java index c4fd956..5158182 100644 --- a/tomee/tomee-juli/src/test/java/org/apache/tomee/jul/handler/rotating/PerfRunner.java +++ b/tomee/tomee-juli/src/test/java/org/apache/tomee/jul/handler/rotating/PerfRunner.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.tomee.jul.handler.rotating; import org.apache.juli.OneLineFormatter;