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 1926e35e3 Fixed NPE getting Stack Trace if Throwable is null (#733)
new 85c70a450 Fixed NPE getting Stack Trace if Throwable is null #733
new 517a9e063 Fixed NPE getting Stack Trace if Throwable is null #733
new b63463312 Checkstyle
new 9bb09244e Fomrat tweak.
new eb62fccc1 No need to use the java.lang package name in Javadoc
references.
The 5 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:
src/changes/changes.xml | 1 +
.../org/apache/commons/lang3/ClassPathUtils.java | 8 ++++----
.../java/org/apache/commons/lang3/StringUtils.java | 2 +-
.../commons/lang3/exception/ExceptionUtils.java | 10 +++++-----
.../commons/lang3/time/DurationFormatUtils.java | 16 ++++++++--------
.../commons/lang3/StringUtilsTrimStripTest.java | 2 +-
.../AbstractConcurrentInitializerTest.java | 2 +-
.../lang3/concurrent/AtomicSafeInitializerTest.java | 5 +++--
.../lang3/concurrent/BackgroundInitializerTest.java | 2 +-
.../CallableBackgroundInitializerTest.java | 2 +-
.../lang3/concurrent/ConcurrentUtilsTest.java | 4 ++--
.../commons/lang3/concurrent/TimedSemaphoreTest.java | 20 ++++++++++----------
.../org/apache/commons/lang3/time/DateUtilsTest.java | 10 +++++-----
13 files changed, 43 insertions(+), 41 deletions(-)