The param and return are duplicated in evaluteSet()'s docs
Index: CharSetUtils.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/CharSetUtils.java,v
retrieving revision 1.5
diff -u -w -r1.5 CharSetUtils.java
--- CharSetUtils.java 28 Sep 2002 10:34:54 -0000 1.5
+++ CharSetUtils.java 28 Sep 2002 19:40:15 -0000
@@ -87,8 +87,6 @@
* @param set
* @return CharSet
* @throws NullPointerException if any of set[i] is null or if set is
null
- * @param set
- * @return CharSet
*/
public static CharSet evaluateSet(String[] set) {
return new CharSet(set);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>