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 88f75b8  [IO-617] Add classes Added TaggedReader, ClosedReader and 
BrokenReader. #85.
     new 4bbdbfe  Remove trailing white spaces on all lines
     new b7ec4f7  Use final.
     new fa8525f  Remove redundant semicolons
     new 6bcf897  Remove redundant modifiers
     new d4f1fdd  Javadoc.
     new 5ba8b48  Checkstyle 2.17 -> 3.0.0.

The 6 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:
 pom.xml                                                    |  2 +-
 src/main/java/org/apache/commons/io/FileUtils.java         |  4 ++--
 src/main/java/org/apache/commons/io/IOExceptionList.java   | 14 +++++++-------
 .../java/org/apache/commons/io/IOIndexedException.java     |  7 +++++++
 .../java/org/apache/commons/io/input/TaggedReader.java     |  4 ++--
 .../commons/io/input/buffer/CircularBufferInputStream.java | 10 +++++-----
 .../apache/commons/io/input/buffer/CircularByteBuffer.java | 12 ++++++------
 .../commons/io/input/buffer/PeekableInputStream.java       |  8 ++++----
 .../apache/commons/io/output/FilterCollectionWriter.java   |  2 +-
 src/main/java/org/apache/commons/io/output/TeeWriter.java  |  2 +-
 .../commons/io/input/ClassLoaderObjectInputStreamTest.java |  2 +-
 .../org/apache/commons/io/input/CloseShieldReaderTest.java |  2 +-
 .../org/apache/commons/io/input/XmlStreamReaderTest.java   |  4 ++--
 .../io/serialization/ValidatingObjectInputStreamTest.java  |  2 +-
 14 files changed, 41 insertions(+), 34 deletions(-)

Reply via email to