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 c9c9cc02 [IO-804] FileUtils.forceMkdirParent api doc is likely 
incorrect
     new 44876fcd Better internal name
     new 23460adf Add IOIntSupplier

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/changes/changes.xml                            | 12 ++++
 .../{IOSupplier.java => IOIntSupplier.java}        | 15 ++--
 .../{IOSupplier.java => IOLongSupplier.java}       | 15 ++--
 .../org/apache/commons/io/function/Uncheck.java    | 32 +++++++++
 .../apache/commons/io/input/ReaderInputStream.java | 16 ++---
 .../apache/commons/io/FileCleaningTrackerTest.java | 80 +++++++++++-----------
 ...{IOSupplierTest.java => IOIntSupplierTest.java} | 32 ++++-----
 ...IOSupplierTest.java => IOLongSupplierTest.java} | 34 ++++-----
 .../apache/commons/io/function/IOSupplierTest.java |  4 +-
 .../apache/commons/io/function/TestConstants.java  |  4 ++
 .../org/apache/commons/io/function/TestUtils.java  | 24 +++++++
 .../apache/commons/io/function/UncheckTest.java    | 14 +++-
 .../io/input/CharSequenceInputStreamTest.java      | 26 +++----
 .../commons/io/input/ReaderInputStreamTest.java    | 15 ++--
 14 files changed, 203 insertions(+), 120 deletions(-)
 copy src/main/java/org/apache/commons/io/function/{IOSupplier.java => 
IOIntSupplier.java} (82%)
 copy src/main/java/org/apache/commons/io/function/{IOSupplier.java => 
IOLongSupplier.java} (82%)
 copy src/test/java/org/apache/commons/io/function/{IOSupplierTest.java => 
IOIntSupplierTest.java} (63%)
 copy src/test/java/org/apache/commons/io/function/{IOSupplierTest.java => 
IOLongSupplierTest.java} (61%)

Reply via email to