You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2016/09/19 07:03:25 UTC

[lang] Remove trailing white spaces

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 <br...@apache.org>
Authored: Mon Sep 19 09:03:10 2016 +0200
Committer: Benedikt Ritter <br...@apache.org>
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}
      */