Skip to content

Commit 83b64a2

Browse files
committed
Javadoc tweak.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130409 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8548bab commit 83b64a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/java/org/apache/commons/codec/binary

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
*
2727
* @since 1.1
2828
* @author Apache Software Foundation
29-
* @version $Id: Hex.java,v 1.13 2004/04/18 18:22:33 ggregory Exp $
29+
* @version $Id: Hex.java,v 1.14 2004/07/28 19:27:45 ggregory Exp $
3030
*/
3131
public class Hex implements BinaryEncoder, BinaryDecoder {
3232

3333
/**
34-
* Used building output as Hex
34+
* Used to build output as Hex
3535
*/
3636
private static final char[] DIGITS = {
3737
'0', '1', '2', '3', '4', '5', '6', '7',

0 commit comments

Comments
 (0)