Skip to content

Commit a960c13

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130344 13f79535-47bb-0310-9956-ffa450edef68
1 parent e38b781 commit a960c13

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
@@ -22,7 +22,7 @@
2222
import org.apache.commons.codec.EncoderException;
2323

2424
/**
25-
* Encodes and decodes byte arrays to and from ASCII bit Strings.
25+
* Translates between byte arrays and strings of "0"s and "1"s.
2626
*
2727
* @todo may want to add more bit vector functions like and/or/xor/nand
2828
* @todo also might be good to generate boolean[]

0 commit comments

Comments
 (0)