From ff2672a57816d75a740813f8d26d830bd2f9b7cf Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Mon, 19 Sep 2016 09:03:10 +0200 Subject: [PATCH] Remove trailing white spaces --- .../java/org/apache/commons/lang3/time/FastDateFormatTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 564c10c6c..41fd60a5c 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} */