Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E05F8200B87 for ; Mon, 19 Sep 2016 09:03:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DEFE0160ACC; Mon, 19 Sep 2016 07:03:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2B57C160ABC for ; Mon, 19 Sep 2016 09:03:27 +0200 (CEST) Received: (qmail 96380 invoked by uid 500); 19 Sep 2016 07:03:26 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 96371 invoked by uid 99); 19 Sep 2016 07:03:26 -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, 19 Sep 2016 07:03:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7893E17A9; Mon, 19 Sep 2016 07:03:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: britter@apache.org To: commits@commons.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [lang] Remove trailing white spaces Date: Mon, 19 Sep 2016 07:03:25 +0000 (UTC) archived-at: Mon, 19 Sep 2016 07:03:28 -0000 Repository: commons-lang Updated Branches: refs/heads/master feb7ba551 -> ff2672a57 Remove trailing white spaces Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ff2672a5 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ff2672a5 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ff2672a5 Branch: refs/heads/master Commit: ff2672a57816d75a740813f8d26d830bd2f9b7cf Parents: feb7ba5 Author: Benedikt Ritter Authored: Mon Sep 19 09:03:10 2016 +0200 Committer: Benedikt Ritter Committed: Mon Sep 19 09:03:10 2016 +0200 ---------------------------------------------------------------------- .../java/org/apache/commons/lang3/time/FastDateFormatTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ff2672a5/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java b/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java index 564c10c..41fd60a 100644 --- a/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java +++ b/src/test/java/org/apache/commons/lang3/time/FastDateFormatTest.java @@ -53,7 +53,7 @@ public class FastDateFormatTest { public SystemDefaultsSwitch defaults = new SystemDefaultsSwitch(); /* - * Only the cache methods need to be tested here. + * Only the cache methods need to be tested here. * The print methods are tested by {@link FastDateFormat_PrinterTest} * and the parse methods are tested by {@link FastDateFormat_ParserTest} */