You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/10/04 18:24:14 UTC

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec Encoder.java

tobrien     2003/10/04 09:24:14

  Modified:    codec/src/java/org/apache/commons/codec Encoder.java
  Log:
  A minor documentation change in the Encoder interface.
  This commit rewords the class level Javadoc.
  
  Revision  Changes    Path
  1.5       +4 -8      jakarta-commons/codec/src/java/org/apache/commons/codec/Encoder.java
  
  Index: Encoder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/src/java/org/apache/commons/codec/Encoder.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Encoder.java	14 Aug 2003 07:40:17 -0000	1.4
  +++ Encoder.java	4 Oct 2003 16:24:14 -0000	1.5
  @@ -55,13 +55,9 @@
   
   /**
    * <p>Provides the highest level of abstraction for Encoders.
  - * This is the sister interface of {@link Decoder}.  All
  - * Encoder implement this common generic interface.</p>
  - * 
  - * <p>Allows a user to pass a generic Object to any Encoder 
  - * implementation in the codec package.</p>
  - * 
  - * <p>One of the two interfaces at the center of the codec package.</p>
  + * This is the sister interface of {@link Decoder}.  Every implementation of
  + * Encoder provides this common generic interface whic allows a user to pass a 
  + * generic Object to any Encoder implementation in the codec package.</p>
    *
    * @author Tim O'Brien
    * @author Gary Gregory
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org