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 fda06ca4 Bump actions/checkout from 3.3.0 to 3.4.0 (#441) new ba19189f Javadoc: Convert package.html to package-info.java new e22fa747 Javadoc: Convert package.html to package-info.java new d51704fa Javadoc: Convert package.html to package-info.java 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: .../apache/commons/io/comparator/package-info.java | 179 ++++++++++++++++++++ .../org/apache/commons/io/comparator/package.html | 184 --------------------- .../apache/commons/io/filefilter/package-info.java | 174 +++++++++++++++++++ .../org/apache/commons/io/filefilter/package.html | 177 -------------------- .../java/org/apache/commons/io/package-info.java | 37 +++++ src/main/java/org/apache/commons/io/package.html | 47 ------ 6 files changed, 390 insertions(+), 408 deletions(-) create mode 100644 src/main/java/org/apache/commons/io/comparator/package-info.java delete mode 100644 src/main/java/org/apache/commons/io/comparator/package.html create mode 100644 src/main/java/org/apache/commons/io/filefilter/package-info.java delete mode 100644 src/main/java/org/apache/commons/io/filefilter/package.html create mode 100644 src/main/java/org/apache/commons/io/package-info.java delete mode 100644 src/main/java/org/apache/commons/io/package.html