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 dba4132f Use builder and Javadoc new def5b298 Reuse FilterInputStream new 1440a301 Use final, remove superfluous parens, reduce nesting. 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/main/java/org/apache/commons/io/HexDump.java | 2 +- .../apache/commons/io/function/IOSpliterator.java | 2 +- .../commons/io/input/BoundedInputStream.java | 26 +++++++++---------- .../commons/io/input/ReadAheadInputStream.java | 15 +++++------ .../io/input/WindowsLineEndingInputStream.java | 30 +++++++++++----------- .../io/input/buffer/CircularBufferInputStream.java | 15 +++-------- .../io/function/IOBinaryOperatorStreamTest.java | 2 +- .../commons/io/input/BoundedInputStreamTest.java | 6 ++--- .../ReversedLinesFileReaderTestParamFile.java | 4 +-- .../commons/io/input/SequenceReaderTest.java | 8 +++--- .../commons/io/input/XmlStreamReaderTest.java | 2 +- .../io/input/compatibility/XmlStreamReader.java | 9 +------ .../commons/io/output/WriterOutputStreamTest.java | 2 +- 13 files changed, 54 insertions(+), 69 deletions(-)