Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 91214 invoked from network); 28 Sep 2002 19:42:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Sep 2002 19:42:08 -0000 Received: (qmail 2924 invoked by uid 97); 28 Sep 2002 19:42:52 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 2831 invoked by uid 97); 28 Sep 2002 19:42:51 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 2816 invoked by uid 98); 28 Sep 2002 19:42:50 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Content-Type: text/plain; charset="us-ascii" From: Steve Downey To: commons-dev@jakarta.apache.org Subject: CharSetUtils patch glitch Date: Sat, 28 Sep 2002 15:39:05 -0400 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200209281539.05862.steve.downey@netfolio.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The param and return are duplicated in evaluteSet()'s docs Index: CharSetUtils.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file:=20 /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/Cha= rSetUtils.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 i= s=20 null - * @param set - * @return CharSet */ public static CharSet evaluateSet(String[] set) { return new CharSet(set); -- To unsubscribe, e-mail: For additional commands, e-mail: