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 4bd93ec0 avoid deprecated methods and other minor cleanups in
FileUtilsTest (#562)
new 634cb3d3 Depreacte CopyUtils 0-argument contructor
new 93497c5a Depreacte EndianUtils 0-argument contructor
new cd9f5602 Depreacte FilenameUtils 0-argument contructor
new 945040ff Depreacte FileSystemUtils 0-argument contructor
new 55ffd6b3 Normalize comment
new 5b72e42e Fix comments
new d46786c3 Normalize comment
new a8c441d6 Depreacte RandomAccessFiles 0-argument contructor
new 649585e6 Normalize comment
new b389b904 Document deprecations
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 | 5 +++++
src/main/java/org/apache/commons/io/CopyUtils.java | 7 ++++++-
src/main/java/org/apache/commons/io/EndianUtils.java | 4 ++++
src/main/java/org/apache/commons/io/FileSystemUtils.java | 4 ++++
src/main/java/org/apache/commons/io/FileUtils.java | 5 +++--
src/main/java/org/apache/commons/io/FilenameUtils.java | 4 ++++
src/main/java/org/apache/commons/io/IOUtils.java | 4 +++-
src/main/java/org/apache/commons/io/RandomAccessFiles.java | 9 +++++++++
src/main/java/org/apache/commons/io/ThreadUtils.java | 4 ++--
9 files changed, 40 insertions(+), 6 deletions(-)