Skip to content

Commit df66def

Browse files
committed
Comment: Remove unnecessary Latin acronym
1 parent f56cdac commit df66def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/WildcardFileFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static String[] splitOnTokens(final String text) {
107107
* allowing control over case-sensitivity.
108108
* <p>
109109
* The wildcard matcher uses the characters '?' and '*' to represent a single or
110-
* multiple (zero or more) wildcard characters. N.B. the sequence "*?" does not
110+
* multiple (zero or more) wildcard characters. The sequence "*?" does not
111111
* work properly at present in match strings.
112112
* </p>
113113
*

0 commit comments

Comments
 (0)