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 8a49feb Comment typo. new 3ca0590 Add PathUtils.getTempDirectory(). new a8b3ae6 Remove useless parens. new b43c74a Reimplement internals with NIO. The 3 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 | 3 ++ src/main/java/org/apache/commons/io/FileUtils.java | 2 +- .../java/org/apache/commons/io/file/PathUtils.java | 17 ++++++++--- .../io/output/DeferredFileOutputStream.java | 33 ++++++++++++---------- .../org/apache/commons/io/file/PathUtilsTest.java | 6 ++++ 5 files changed, 41 insertions(+), 20 deletions(-)