Skip to content

Commit 158756b

Browse files
committed
fixed the grammar a touch, though probably needs p tags
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140515 13f79535-47bb-0310-9956-ffa450edef68
1 parent 38658fa commit 158756b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

src/java/org/apache/commons/io/HexDump.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.6 2004/02/21 02:32:50 bayard Exp $
3-
* $Revision: 1.6 $
4-
* $Date: 2004/02/21 02:32:50 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.7 2004/02/23 04:27:06 bayard Exp $
3+
* $Revision: 1.7 $
4+
* $Date: 2004/02/23 04:27:06 $
55
*
66
* ====================================================================
77
*
@@ -63,14 +63,15 @@
6363
import java.io.OutputStream;
6464

6565
/**
66-
* Dump data in hexadecimal format; derived from a HexDump utility I
67-
* wrote in June 2001
66+
* Dumps data in hexadecimal format.
6867
*
69-
* Taken from the POI project
68+
* Derived from a HexDump utility I wrote in June 2001.
69+
*
70+
* Taken from the POI project.
7071
*
7172
* @author Scott Sanders (sanders at apache dot org)
7273
* @author Marc Johnson
73-
* @version $Revision: 1.6 $ $Date: 2004/02/21 02:32:50 $
74+
* @version $Revision: 1.7 $ $Date: 2004/02/23 04:27:06 $
7475
*/
7576
public class HexDump {
7677

0 commit comments

Comments
 (0)