This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from b0cb5edb8 Javadoc
add 11795636d DeferredFileOutputStream NPE clean up and new file
permission tests (#862)
No new revisions were added by this update.
Summary of changes:
.../io/output/DeferredFileOutputStream.java | 8 +-
.../java/org/apache/commons/io/FileUtilsTest.java | 10 +-
.../commons/io/file/AbstractTempDirTest.java | 5 -
.../org/apache/commons/io/file/NioFileSystem.java | 129 +++++++++++++++++++++
.../io/output/DeferredFileOutputStreamTest.java | 65 ++++++++++-
5 files changed, 196 insertions(+), 21 deletions(-)
create mode 100644 src/test/java/org/apache/commons/io/file/NioFileSystem.java