This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 66706b496 Javadoc
66706b496 is described below

commit 66706b4961259d7a5b2e4c32783ced10e12a3402
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Oct 7 08:49:59 2025 -0400

    Javadoc
---
 src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java 
b/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java
index 5e37676ac..937895c82 100644
--- a/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java
+++ b/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java
@@ -153,7 +153,7 @@ public static IOFileFilter and(final IOFileFilter... 
filters) {
      * @return a filter that ANDs the two specified filters
      * @see #and(IOFileFilter...)
      * @see AndFileFilter
-     * @deprecated use {@link #and(IOFileFilter...)}
+     * @deprecated Use {@link #and(IOFileFilter...)}
      */
     @Deprecated
     public static IOFileFilter andFileFilter(final IOFileFilter filter1, final 
IOFileFilter filter2) {
@@ -603,7 +603,7 @@ public static IOFileFilter or(final IOFileFilter... 
filters) {
      * @return a filter that ORs the two specified filters
      * @see #or(IOFileFilter...)
      * @see OrFileFilter
-     * @deprecated use {@link #or(IOFileFilter...)}
+     * @deprecated Use {@link #or(IOFileFilter...)}
      */
     @Deprecated
     public static IOFileFilter orFileFilter(final IOFileFilter filter1, final 
IOFileFilter filter2) {

Reply via email to