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 9e5475f Update NOTICE file for 2019. new a467b03 Minor clean ups. new d313778 [IO-608] Add a convenience NullPrintStream. 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 ++ .../apache/commons/io/output/NullOutputStream.java | 10 +++-- .../apache/commons/io/output/NullPrintStream.java} | 28 +++++++------- .../commons/io/output/NullOutputStreamTest.java | 34 ++++++++++------- ...putStreamTest.java => NullPrintStreamTest.java} | 43 ++++++++++------------ 5 files changed, 63 insertions(+), 55 deletions(-) copy src/{test/java/org/apache/commons/io/output/NullWriterTest.java => main/java/org/apache/commons/io/output/NullPrintStream.java} (62%) copy src/test/java/org/apache/commons/io/output/{ClosedOutputStreamTest.java => NullPrintStreamTest.java} (55%)