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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new df66def65 Comment: Remove unnecessary Latin acronym
df66def65 is described below

commit df66def65b25be742cd68cc5b377328c5c979255
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Mar 14 10:07:03 2025 -0400

    Comment: Remove unnecessary Latin acronym
---
 .../main/java/org/apache/commons/vfs2/filter/WildcardFileFilter.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/WildcardFileFilter.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/WildcardFileFilter.java
index 85b6b08aa..9474281ac 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/WildcardFileFilter.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/WildcardFileFilter.java
@@ -107,7 +107,7 @@ public class WildcardFileFilter implements FileFilter, 
Serializable {
      * allowing control over case-sensitivity.
      * <p>
      * The wildcard matcher uses the characters '?' and '*' to represent a 
single or
-     * multiple (zero or more) wildcard characters. N.B. the sequence "*?" 
does not
+     * multiple (zero or more) wildcard characters. The sequence "*?" does not
      * work properly at present in match strings.
      * </p>
      *

Reply via email to