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 d53bdead Update pom.xml new c52aa525 Format tweak new 346b4479 Use try-with-resources new 8247e956 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git new 88edc665 Javadoc new a28f806c Add and update for Checkstyle WhitespaceAfter The 5 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/conf/checkstyle.xml | 1 + .../org/apache/commons/io/DirectoryWalker.java | 2 +- .../java/org/apache/commons/io/EndianUtils.java | 10 ++-- .../java/org/apache/commons/io/LineIterator.java | 2 +- .../io/filefilter/MagicNumberFileFilter.java | 4 +- .../commons/io/input/CharSequenceReader.java | 2 +- .../apache/commons/io/input/NullInputStream.java | 2 +- .../org/apache/commons/io/input/NullReader.java | 2 +- .../commons/io/output/AppendableOutputStream.java | 2 +- .../apache/commons/io/output/AppendableWriter.java | 2 +- .../org/apache/commons/io/DirectoryWalkerTest.java | 62 +++++++++++----------- .../org/apache/commons/io/EndianUtilsTest.java | 2 +- .../commons/io/FileUtilsCleanSymlinksTest.java | 3 +- .../apache/commons/io/FileUtilsCopyToFileTest.java | 4 +- .../org/apache/commons/io/IOUtilsCopyTest.java | 8 +-- .../java/org/apache/commons/io/IOUtilsTest.java | 2 +- .../io/comparator/ComparatorAbstractTest.java | 4 +- .../io/comparator/CompositeFileComparatorTest.java | 4 +- .../commons/io/input/CharSequenceReaderTest.java | 2 +- .../commons/io/input/NullInputStreamTest.java | 31 ++++++----- .../apache/commons/io/input/NullReaderTest.java | 9 ++-- .../io/input/SwappedDataInputStreamTest.java | 6 +-- .../io/serialization/MockSerializedClass.java | 2 +- .../io/serialization/MoreComplexObject.java | 9 ++-- .../io/serialization/MoreComplexObjectTest.java | 4 +- .../ValidatingObjectInputStreamTest.java | 6 +-- 26 files changed, 95 insertions(+), 92 deletions(-)