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 c6d4a3e Move JSR-305/javax.annotation code to the test tree for now instead of deleting it. new 7e5be1c Use final. new 91928ee Combine nested 'if' statement in 'else' block to 'else if'. new fa0a793 Lamndas. The 3 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/ClassUtils.java | 6 +- .../apache/commons/lang3/RandomStringUtils.java | 16 +- .../java/org/apache/commons/lang3/StringUtils.java | 22 +-- .../commons/lang3/builder/CompareToBuilder.java | 18 +- .../commons/lang3/builder/EqualsBuilder.java | 26 ++- .../commons/lang3/builder/HashCodeBuilder.java | 12 +- .../commons/lang3/builder/ToStringStyle.java | 8 +- .../apache/commons/lang3/text/StrSubstitutor.java | 192 ++++++++++----------- .../org/apache/commons/lang3/text/WordUtils.java | 36 ++-- .../lang3/text/translate/NumericEntityEscaper.java | 6 +- .../lang3/text/translate/UnicodeEscaper.java | 6 +- .../commons/lang3/time/DurationFormatUtils.java | 54 +++--- .../apache/commons/lang3/time/DurationUtils.java | 4 +- .../apache/commons/lang3/function/ObjectsTest.java | 12 +- 14 files changed, 190 insertions(+), 228 deletions(-)