Skip to content

Commit 65216ae

Browse files
committed
Stop the javadoc warning from @todo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@634918 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7882213 commit 65216ae

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
/**
2626
* Translates between byte arrays and strings of "0"s and "1"s.
2727
*
28-
* @todo may want to add more bit vector functions like and/or/xor/nand
29-
* @todo also might be good to generate boolean[]
30-
* from byte[] et. cetera.
28+
* TODO: may want to add more bit vector functions like and/or/xor/nand
29+
* TODO: also might be good to generate boolean[] from byte[] et. cetera.
3130
*
3231
* @author Apache Software Foundation
3332
* @since 1.3

0 commit comments

Comments
 (0)