Author: sebb
Date: Wed Apr 17 13:41:32 2013
New Revision: 1468911
URL: http://svn.apache.org/r1468911
Log:
Remove incorrect Javadoc
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/NameFileFilter.java
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/NameFileFilter.java
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/NameFileFilter.java?rev=1468911&r1=1468910&r2=1468911&view=diff
==============================================================================
---
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/NameFileFilter.java
(original)
+++
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/NameFileFilter.java
Wed Apr 17 13:41:32 2013
@@ -88,9 +88,6 @@ public class NameFileFilter extends Abst
/**
* Constructs a new name file filter for an array of names specifying
case-sensitivity.
- * <p>
- * The array is not cloned, so could be changed after constructing the
- * instance. This would be inadvisable however.
*
* @param names the names to allow, must not be null
* @param caseSensitivity how to handle case sensitivity, null means
case-sensitive
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java?rev=1468911&r1=1468910&r2=1468911&view=diff
==============================================================================
---
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java
(original)
+++
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java
Wed Apr 17 13:41:32 2013
@@ -92,9 +92,6 @@ public class PrefixFileFilter extends Ab
/**
* Constructs a new Prefix file filter for any of an array of prefixes
* specifying case-sensitivity.
- * <p>
- * The array is not cloned, so could be changed after constructing the
- * instance. This would be inadvisable however.
*
* @param prefixes the prefixes to allow, must not be null
* @param caseSensitivity how to handle case sensitivity, null means
case-sensitive
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java?rev=1468911&r1=1468910&r2=1468911&view=diff
==============================================================================
---
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java
(original)
+++
commons/proper/io/trunk/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java
Wed Apr 17 13:41:32 2013
@@ -93,9 +93,6 @@ public class SuffixFileFilter extends Ab
/**
* Constructs a new Suffix file filter for an array of suffixs
* specifying case-sensitivity.
- * <p>
- * The array is not cloned, so could be changed after constructing the
- * instance. This would be inadvisable however.
*
* @param suffixes the suffixes to allow, must not be null
* @param caseSensitivity how to handle case sensitivity, null means
case-sensitive