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 bf3108c Update tests from org.apache.commons:commons-lang3 3.10 to
3.11.
new 7ef6a88 Javadoc.
new 28a1de4 Add NullAppendable.
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:
src/changes/changes.xml | 3 ++
...{CloseShieldWriter.java => NullAppendable.java} | 41 +++++++++++++---------
.../apache/commons/io/output/NullOutputStream.java | 5 ++-
.../apache/commons/io/output/NullPrintStream.java | 2 +-
.../org/apache/commons/io/output/NullWriter.java | 7 ++--
...NullWriterTest.java => NullAppendableTest.java} | 25 +++++++------
6 files changed, 45 insertions(+), 38 deletions(-)
copy src/main/java/org/apache/commons/io/output/{CloseShieldWriter.java =>
NullAppendable.java} (53%)
copy src/test/java/org/apache/commons/io/output/{NullWriterTest.java =>
NullAppendableTest.java} (65%)