ggregory    2004/07/28 12:27:45

  Modified:    codec/src/java/org/apache/commons/codec/binary Hex.java
  Log:
  Javadoc tweak.
  
  Revision  Changes    Path
  1.14      +2 -2      
jakarta-commons/codec/src/java/org/apache/commons/codec/binary/Hex.java
  
  Index: Hex.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/binary/Hex.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Hex.java  18 Apr 2004 18:22:33 -0000      1.13
  +++ Hex.java  28 Jul 2004 19:27:45 -0000      1.14
  @@ -31,7 +31,7 @@
   public class Hex implements BinaryEncoder, BinaryDecoder {
   
       /** 
  -     * Used building output as Hex 
  +     * Used to build output as Hex 
        */
       private static final char[] DIGITS = {
           '0', '1', '2', '3', '4', '5', '6', '7',
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to