Skip to content

Commit aef6e9d

Browse files
committed
The array is cloned; delete incorrect Javadoc comment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1465475 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7f7ad68 commit aef6e9d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ public WildcardFileFilter(final String wildcard, final IOCase caseSensitivity) {
8383
/**
8484
* Construct a new case-sensitive wildcard filter for an array of wildcards.
8585
* <p>
86-
* The array is not cloned, so could be changed after constructing the
87-
* instance. This would be inadvisable however.
8886
*
8987
* @param wildcards the array of wildcards to match
9088
* @throws IllegalArgumentException if the pattern array is null

0 commit comments

Comments
 (0)