Skip to content

Commit 5190100

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130171 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5612674 commit 5190100

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
@@ -60,11 +60,11 @@
6060
import org.apache.commons.codec.EncoderException;
6161

6262
/**
63-
* Hex encoder/decoder
63+
* Hex encoder/decoder.
6464
*
6565
* @author <a href="mailto:siege@preoccupied.net">Christopher O'Brien</a>
6666
* @author <a href="mailto:tobrien@apache.org">Tim O'Brien</a>
67-
* @version $Id: Hex.java,v 1.4 2003/07/25 22:48:11 ggregory Exp $
67+
* @version $Id: Hex.java,v 1.5 2003/07/25 22:56:22 ggregory Exp $
6868
*/
6969
public class Hex implements BinaryEncoder, BinaryDecoder {
7070

0 commit comments

Comments
 (0)