vgritsenko    2003/05/06 16:39:16

  Modified:    src/blocks/fop/java/org/apache/cocoon/serialization
                        FOPSerializer.java
  Log:
  align code
  
  Revision  Changes    Path
  1.5       +5 -5      
cocoon-2.1/src/blocks/fop/java/org/apache/cocoon/serialization/FOPSerializer.java
  
  Index: FOPSerializer.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/fop/java/org/apache/cocoon/serialization/FOPSerializer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FOPSerializer.java        19 Mar 2003 15:42:16 -0000      1.4
  +++ FOPSerializer.java        6 May 2003 23:39:16 -0000       1.5
  @@ -293,8 +293,8 @@
       }
   
       /**
  -      * Recycle serializer by removing references
  -      */
  +     * Recycle serializer by removing references
  +     */
       public void recycle() {
           super.recycle();
           this.driver = null;
  @@ -302,8 +302,8 @@
       }
   
       /**
  -    * Test if the component wants to set the content length
  -    */
  +     * Test if the component wants to set the content length
  +     */
       public boolean shouldSetContentLength() {
           return this.setContentLength;
       }
  
  
  

Reply via email to