This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 110b4c0  Checkstyle.
110b4c0 is described below

commit 110b4c021e4901efab91499fedcdfb43c564ebdf
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 22 14:53:59 2020 -0400

    Checkstyle.
---
 .../java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java 
b/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java
index 15221d1..4bc3315 100644
--- 
a/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java
+++ 
b/src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java
@@ -153,4 +153,4 @@ public class Java15BugFastDateParserTest {
         sdf.parse(formattedDate.toLowerCase(locale));
     }
 
-}
\ No newline at end of file
+}

Reply via email to