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

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


    from b8204aa  Checkstyle: Whitepace.
     new bcdff98  Sort methods.
     new 7995aad  Split out tests for a Java 15 bug.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  20 +
 .../apache/commons/lang3/function/TriFunction.java |  65 ++
 .../lang3/time/FastDateFormat_ParserTest.java      |  33 -
 .../commons/lang3/time/FastDateParserTest.java     | 900 ++++++++++-----------
 .../lang3/time/Java15BugFastDateParserTest.java    | 156 ++++
 5 files changed, 668 insertions(+), 506 deletions(-)
 create mode 100644 
src/main/java/org/apache/commons/lang3/function/TriFunction.java
 delete mode 100644 
src/test/java/org/apache/commons/lang3/time/FastDateFormat_ParserTest.java
 create mode 100644 
src/test/java/org/apache/commons/lang3/time/Java15BugFastDateParserTest.java

Reply via email to