cziegeler    2002/06/27 05:28:51

  Modified:    src/java/org/apache/cocoon/reading AbstractReader.java
                        Reader.java ResourceReader.java
  Log:
  Fixed some javadocs
  
  Revision  Changes    Path
  1.6       +4 -2      
xml-cocoon2/src/java/org/apache/cocoon/reading/AbstractReader.java
  
  Index: AbstractReader.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/reading/AbstractReader.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AbstractReader.java       22 Feb 2002 07:03:54 -0000      1.5
  +++ AbstractReader.java       27 Jun 2002 12:28:51 -0000      1.6
  @@ -63,6 +63,8 @@
   import java.util.Map;
   
   /**
  + * A reader can be used to generate binary output for a request. This
  + * abstract class helps in implementing a custom reader.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Giacomo Pati</a>
    * @version CVS $Id$
  @@ -102,7 +104,7 @@
       }
   
       /**
  -     * Get the mime-type of the output of this <code>Serializer</code>
  +     * Get the mime-type of the output of this <code>Reader</code>
        * This default implementation returns null to indicate that the
        * mime-type specified in the sitemap is to be used
        */
  
  
  
  1.6       +2 -1      xml-cocoon2/src/java/org/apache/cocoon/reading/Reader.java
  
  Index: Reader.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/reading/Reader.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Reader.java       22 Feb 2002 07:03:54 -0000      1.5
  +++ Reader.java       27 Jun 2002 12:28:51 -0000      1.6
  @@ -58,6 +58,7 @@
   import java.io.IOException;
   
   /**
  + * A reader can be used to generate binary output for a request.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Giacomo Pati</a>
    * @version CVS $Id$
  
  
  
  1.18      +4 -1      
xml-cocoon2/src/java/org/apache/cocoon/reading/ResourceReader.java
  
  Index: ResourceReader.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/reading/ResourceReader.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ResourceReader.java       12 Jun 2002 10:20:56 -0000      1.17
  +++ ResourceReader.java       27 Jun 2002 12:28:51 -0000      1.18
  @@ -114,6 +114,9 @@
           }
       }
   
  +    /**
  +     * Recyclable
  +     */
       public void recycle() {
           if (this.inputSource != null) {
               super.resolver.release( this.inputSource );
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to