Skip to content

Commit e0e3ef2

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/java/org/apache/commons/codec/BinaryDecoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
package org.apache.commons.codec;
5959

6060
/**
61-
* Defines common decoding methods for byte arrays decoders.
61+
* Defines common decoding methods for byte array decoders.
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: BinaryDecoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
65+
* @version $Id: BinaryDecoder.java,v 1.7 2003/11/13 06:48:31 ggregory Exp $
6666
*/
6767
public interface BinaryDecoder extends Decoder {
6868

src/java/org/apache/commons/codec/BinaryEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
package org.apache.commons.codec;
5959

6060
/**
61-
* Defines common encoding methods for byte arrays encoders.
61+
* Defines common encoding methods for byte array encoders.
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: BinaryEncoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
65+
* @version $Id: BinaryEncoder.java,v 1.7 2003/11/13 06:48:31 ggregory Exp $
6666
*/
6767
public interface BinaryEncoder extends Encoder {
6868

0 commit comments

Comments
 (0)