Skip to content

Commit df222b5

Browse files
committed
Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1465471 13f79535-47bb-0310-9956-ffa450edef68
1 parent 762c19c commit df222b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/filefilter/WildcardFileFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* The wildcard matcher uses the characters '?' and '*' to represent a
3333
* single or multiple wildcard characters.
3434
* This is the same as often found on Dos/Unix command lines.
35-
* The extension check is case-sensitive by .
35+
* The check is case-sensitive by default.
3636
* See {@link FilenameUtils#wildcardMatchOnSystem} for more information.
3737
* <p>
3838
* For example:

0 commit comments

Comments
 (0)