You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2004/02/23 05:27:06 UTC

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io HexDump.java

bayard      2004/02/22 20:27:06

  Modified:    io/src/java/org/apache/commons/io HexDump.java
  Log:
  fixed the grammar a touch, though probably needs p tags
  
  Revision  Changes    Path
  1.7       +8 -7      jakarta-commons/io/src/java/org/apache/commons/io/HexDump.java
  
  Index: HexDump.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/HexDump.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HexDump.java	21 Feb 2004 02:32:50 -0000	1.6
  +++ HexDump.java	23 Feb 2004 04:27:06 -0000	1.7
  @@ -63,10 +63,11 @@
   import java.io.OutputStream;
   
   /**
  - * Dump data in hexadecimal format; derived from a HexDump utility I
  - * wrote in June 2001
  + * Dumps data in hexadecimal format.
    *
  - * Taken from the POI project
  + * Derived from a HexDump utility I wrote in June 2001.
  + *
  + * Taken from the POI project.
    *
    * @author Scott Sanders (sanders at apache dot org)
    * @author Marc Johnson
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org