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 1a2cfc8dc Avoid NullPointerException in ProxyInputStream.markSupported() when the underlying input stream is null new 10c506d35 Refactor test new 4a7bc11e0 Avoid NullPointerException in ProxyInputStream.mark(int) when the underlying input stream is null new cb0ccf943 Javadoc markSupported() new 54bbab7d8 Javadoc new 27414737c Update inline comment new 8056c9a4c Javadoc new a1ef0989f Javadoc new 07f1df648 Javadoc new 3ee38babe Javadoc new a7e7dda39 Javadoc The 10 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 | 1 + src/main/java/org/apache/commons/io/IOUtils.java | 18 +++--- .../apache/commons/io/input/ProxyInputStream.java | 68 +++++++++++++--------- .../commons/io/input/ProxyInputStreamTest.java | 20 ++++++- 4 files changed, 70 insertions(+), 37 deletions(-)