Skip to content

Commit 29076a4

Browse files
author
Timothy O'Brien
committed
A minor documentation change in the Encoder interface.
This commit rewords the class level Javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130197 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3ce9be4 commit 29076a4

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,13 @@
5555

5656
/**
5757
* <p>Provides the highest level of abstraction for Encoders.
58-
* This is the sister interface of {@link Decoder}. All
59-
* Encoder implement this common generic interface.</p>
60-
*
61-
* <p>Allows a user to pass a generic Object to any Encoder
62-
* implementation in the codec package.</p>
63-
*
64-
* <p>One of the two interfaces at the center of the codec package.</p>
58+
* This is the sister interface of {@link Decoder}. Every implementation of
59+
* Encoder provides this common generic interface whic allows a user to pass a
60+
* generic Object to any Encoder implementation in the codec package.</p>
6561
*
6662
* @author Tim O'Brien
6763
* @author Gary Gregory
68-
* @version $Id: Encoder.java,v 1.4 2003/08/14 07:40:17 ggregory Exp $
64+
* @version $Id: Encoder.java,v 1.5 2003/10/04 16:24:14 tobrien Exp $
6965
*/
7066
public interface Encoder {
7167

0 commit comments

Comments
 (0)