Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 44334 invoked from network); 17 Mar 2004 19:30:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Mar 2004 19:30:47 -0000 Received: (qmail 17279 invoked by uid 500); 17 Mar 2004 19:30:11 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 17225 invoked by uid 500); 17 Mar 2004 19:30:11 -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 17185 invoked by uid 500); 17 Mar 2004 19:30:10 -0000 Received: (qmail 17174 invoked from network); 17 Mar 2004 19:30:10 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 17 Mar 2004 19:30:10 -0000 Received: (qmail 44147 invoked by uid 1643); 17 Mar 2004 19:30:19 -0000 Date: 17 Mar 2004 19:30:19 -0000 Message-ID: <20040317193019.44146.qmail@minotaur.apache.org> From: ggregory@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/codec/src/test/org/apache/commons/codec/binary BinaryTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ggregory 2004/03/17 11:30:19 Modified: codec/src/test/org/apache/commons/codec/binary BinaryTest.java Log: Fix comment nits. Revision Changes Path 1.5 +8 -8 jakarta-commons/codec/src/test/org/apache/commons/codec/binary/BinaryTest.java Index: BinaryTest.java =================================================================== RCS file: /home/cvs/jakarta-commons/codec/src/test/org/apache/commons/codec/binary/BinaryTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- BinaryTest.java 17 Mar 2004 19:28:37 -0000 1.4 +++ BinaryTest.java 17 Mar 2004 19:30:19 -0000 1.5 @@ -63,7 +63,7 @@ /* - * Class to test for Object decode(Object) + * Tests for Object decode(Object) */ public void testDecodeObject() throws Exception { @@ -208,7 +208,7 @@ /* - * Class to test for byte[] decode(byte[]) + * Tests for byte[] decode(byte[]) */ public void testDecodebyteArray() { @@ -353,7 +353,7 @@ /* - * Class to test for byte[] decode(String) + * Tests for byte[] decode(String) */ public void testDecodeString() { @@ -498,7 +498,7 @@ /* - * Class to test for byte[] fromAscii(char[]) + * Tests for byte[] fromAscii(char[]) */ public void testFromAsciicharArray() { @@ -643,7 +643,7 @@ /* - * Class to test for byte[] fromAscii(byte[]) + * Tests for byte[] fromAscii(byte[]) */ public void testFromAsciibyteArray() { @@ -789,7 +789,7 @@ /* - * Class to test for byte[] encode(byte[]) + * Tests for byte[] encode(byte[]) */ public void testEncodebyteArray() { @@ -1539,7 +1539,7 @@ /* - * Class to test for Object encode(Object) + * Tests for Object encode(Object) */ public void testEncodeObject() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org