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-io.git
from 872ed3cc
MessageDigestCalculatingInputStream.MessageDigestMaintainingObserver.MessageDigestMaintainingObserver(MessageDigest)
now throws a NullPointerException if the MessageDigest is null
new 8b723bbb Fix compiler warning
new c9dfe728 The declared exceptions are not actually thrown by test
methods
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:
.../org/apache/commons/io/comparator/CompositeFileComparator.java | 4 +++-
src/test/java/org/apache/commons/io/EndianUtilsTest.java | 2 +-
.../java/org/apache/commons/io/FileUtilsDirectoryContainsTest.java | 6 +++---
src/test/java/org/apache/commons/io/IOUtilsTest.java | 2 +-
.../java/org/apache/commons/io/function/IOLongSupplierTest.java | 2 +-
src/test/java/org/apache/commons/io/function/IOStreamTest.java | 2 +-
6 files changed, 10 insertions(+), 8 deletions(-)