Skip to content

Commit d14d172

Browse files
committed
Fix comment nits.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130315 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6a965e8 commit d14d172

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/test/org/apache/commons/codec/binary/BinaryTest.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* TestCase for Binary class.
2323
*
2424
* @author Apache Software Foundation
25-
* @version $Id: BinaryTest.java,v 1.4 2004/03/17 19:28:37 ggregory Exp $
25+
* @version $Id: BinaryTest.java,v 1.5 2004/03/17 19:30:19 ggregory Exp $
2626
*/
2727
public class BinaryTest extends TestCase
2828
{
@@ -63,7 +63,7 @@ public BinaryTest(String arg0)
6363

6464

6565
/*
66-
* Class to test for Object decode(Object)
66+
* Tests for Object decode(Object)
6767
*/
6868
public void testDecodeObject() throws Exception
6969
{
@@ -208,7 +208,7 @@ public void testDecodeObject() throws Exception
208208

209209

210210
/*
211-
* Class to test for byte[] decode(byte[])
211+
* Tests for byte[] decode(byte[])
212212
*/
213213
public void testDecodebyteArray()
214214
{
@@ -353,7 +353,7 @@ public void testDecodebyteArray()
353353

354354

355355
/*
356-
* Class to test for byte[] decode(String)
356+
* Tests for byte[] decode(String)
357357
*/
358358
public void testDecodeString()
359359
{
@@ -498,7 +498,7 @@ public void testDecodeString()
498498

499499

500500
/*
501-
* Class to test for byte[] fromAscii(char[])
501+
* Tests for byte[] fromAscii(char[])
502502
*/
503503
public void testFromAsciicharArray()
504504
{
@@ -643,7 +643,7 @@ public void testFromAsciicharArray()
643643

644644

645645
/*
646-
* Class to test for byte[] fromAscii(byte[])
646+
* Tests for byte[] fromAscii(byte[])
647647
*/
648648
public void testFromAsciibyteArray()
649649
{
@@ -789,7 +789,7 @@ public void testFromAsciibyteArray()
789789

790790

791791
/*
792-
* Class to test for byte[] encode(byte[])
792+
* Tests for byte[] encode(byte[])
793793
*/
794794
public void testEncodebyteArray()
795795
{
@@ -1539,7 +1539,7 @@ public void testToAsciiString()
15391539

15401540

15411541
/*
1542-
* Class to test for Object encode(Object)
1542+
* Tests for Object encode(Object)
15431543
*/
15441544
public void testEncodeObject() throws Exception
15451545
{

0 commit comments

Comments
 (0)