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 7752088f [IO-791] Regression in FileUtils.touch - no longer creates 
parent directories
     new 8d0f1b93 Javadoc
     new 87e6728b Update tests to user StringInputStream's builder.

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:
 .../apache/commons/io/input/ReaderInputStream.java |  2 +-
 .../java/org/apache/commons/io/CopyUtilsTest.java  |  2 +-
 .../apache/commons/io/DemuxInputStreamTest.java    |  2 +-
 .../java/org/apache/commons/io/IOUtilsTest.java    |  2 +-
 .../commons/io/input/BOMInputStreamTest.java       |  9 +--
 .../commons/io/input/CountingInputStreamTest.java  |  4 +-
 .../apache/commons/io/input/StringInputStream.java | 66 +++++++++++-----------
 .../commons/io/input/StringInputStreamTest.java    |  5 +-
 .../io/input/UncheckedFilterInputStreamTest.java   |  3 +-
 .../io/input/WindowsLineEndingInputStreamTest.java |  3 +-
 .../commons/io/input/XmlStreamReaderTest.java      |  4 +-
 .../io/input/XmlStreamReaderUtilitiesTest.java     |  2 +-
 .../XmlStreamReaderUtilitiesCompatibilityTest.java |  2 +-
 13 files changed, 55 insertions(+), 51 deletions(-)

Reply via email to