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 75c6b5877 Jenkins build is unmaintained
     new b1b409ae4 [LANG-1724] Customise text pattern in DiffResult#toString()
     new 29c94abc0 Javadoc

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:
 .../java/org/apache/commons/lang3/ArrayUtils.java  |   4 +-
 src/main/java/org/apache/commons/lang3/Range.java  |   4 +-
 .../commons/lang3/builder/CompareToBuilder.java    | 104 +++++++-------
 .../apache/commons/lang3/builder/DiffBuilder.java  | 149 +++++++++------------
 .../apache/commons/lang3/builder/DiffResult.java   |  34 ++---
 .../commons/lang3/builder/EqualsBuilder.java       |  86 ++++++------
 .../org/apache/commons/lang3/text/StrBuilder.java  |   8 +-
 .../commons/lang3/time/DurationFormatUtils.java    |  10 +-
 .../commons/lang3/builder/DiffResultTest.java      |  28 ++--
 .../commons/lang3/builder/EqualsBuilderTest.java   |   2 +-
 10 files changed, 200 insertions(+), 229 deletions(-)

Reply via email to