Skip to content

Commit dd61a2d

Browse files
committed
Javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@797938 13f79535-47bb-0310-9956-ffa450edef68
1 parent a952f09 commit dd61a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/codec/binary/BinaryCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public byte[] toByteArray(String ascii) {
157157
//
158158
// ------------------------------------------------------------------------
159159
/**
160-
* Decodes a byte array where each char represents an ASCII '0' or '1'.
160+
* Decodes a char array where each char represents an ASCII '0' or '1'.
161161
*
162162
* @param ascii
163163
* each char represents an ASCII '0' or '1'

0 commit comments

Comments
 (0)