Author: scolebourne
Date: Sun Jul  2 12:47:16 2006
New Revision: 418642

URL: http://svn.apache.org/viewvc?rev=418642&view=rev
Log:
Javadoc

Modified:
    
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java

Modified: 
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java?rev=418642&r1=418641&r2=418642&view=diff
==============================================================================
--- 
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java
 (original)
+++ 
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java
 Sun Jul  2 12:47:16 2006
@@ -29,7 +29,7 @@
  * </pre>
  *
  * @author Jason Anderson
- * @version $Revision: 155419 $ $Date$
+ * @version $Revision: 155419 $ $Date: 2006-06-26 00:19:58 +0100 (Mon, 26 Jun 
2006) $
  * @since Commons IO 1.3
  */
 public class WildcardFileFilter extends AbstractFileFilter {
@@ -66,6 +66,9 @@
 
     /**
      * Construct a new case-sensitive wildcard filter for an array of 
wildcards.
+     * <p>
+     * The array is not cloned, so could be changed after constructing the
+     * instance. This would be inadvisable however.
      *
      * @param wildcards  the array of wildcards to match
      * @throws IllegalArgumentException if the pattern array is null
@@ -76,6 +79,9 @@
 
     /**
      * Construct a new wildcard filter for an array of wildcards specifying 
case-sensitivity.
+     * <p>
+     * The array is not cloned, so could be changed after constructing the
+     * instance. This would be inadvisable however.
      *
      * @param wildcards  the array of wildcards to match, not null
      * @param caseSensitivity  how to handle case sensitivity, null means 
case-sensitive



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to