You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/03/08 10:43:18 UTC

svn commit: r634918 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BinaryCodec.java

Author: bayard
Date: Sat Mar  8 01:43:16 2008
New Revision: 634918

URL: http://svn.apache.org/viewvc?rev=634918&view=rev
Log:
Stop the javadoc warning from @todo

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BinaryCodec.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BinaryCodec.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BinaryCodec.java?rev=634918&r1=634917&r2=634918&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BinaryCodec.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/BinaryCodec.java Sat Mar  8 01:43:16 2008
@@ -25,9 +25,8 @@
 /**
  * Translates between byte arrays and strings of "0"s and "1"s.
  * 
- * @todo may want to add more bit vector functions like and/or/xor/nand 
- * @todo also might be good to generate boolean[]
- * from byte[] et. cetera.
+ * TODO: may want to add more bit vector functions like and/or/xor/nand 
+ * TODO: also might be good to generate boolean[] from byte[] et. cetera.
  * 
  * @author Apache Software Foundation
  * @since 1.3