vmote       2003/07/06 16:27:56

  Modified:    src/java/org/apache/fop/layoutmgr LayoutHandler.java
               src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfBefore.java
                        RtfExtraRowSet.java RtfFile.java
               src/java/org/apache/fop/util ASCII85OutputStream.java
                        ASCIIHexOutputStream.java
                        FlateEncodeOutputStream.java
                        RunLengthEncodeOutputStream.java
  Log:
  clean up gump javadoc warnings
  
  Revision  Changes    Path
  1.2       +37 -37    xml-fop/src/java/org/apache/fop/layoutmgr/LayoutHandler.java
  
  Index: LayoutHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/LayoutHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LayoutHandler.java        29 Jun 2003 19:34:34 -0000      1.1
  +++ LayoutHandler.java        6 Jul 2003 23:27:55 -0000       1.2
  @@ -277,219 +277,219 @@
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startFlow(Flow)
  +     * @see org.apache.fop.fo.StructureHandler#startFlow(Flow)
        */
       public void startFlow(Flow fl) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endFlow(Flow)
  +     * @see org.apache.fop.fo.StructureHandler#endFlow(Flow)
        */
       public void endFlow(Flow fl) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startBlock(Block)
  +     * @see org.apache.fop.fo.StructureHandler#startBlock(Block)
        */
       public void startBlock(Block bl) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endBlock(Block)
  +     * @see org.apache.fop.fo.StructureHandler#endBlock(Block)
        */
       public void endBlock(Block bl) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startTable(Table)
  +     * @see org.apache.fop.fo.StructureHandler#startTable(Table)
        */
       public void startTable(Table tbl) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endTable(Table)
  +     * @see org.apache.fop.fo.StructureHandler#endTable(Table)
        */
       public void endTable(Table tbl) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startHeader(TableBody)
  +     * @see org.apache.fop.fo.StructureHandler#startHeader(TableBody)
        */
       public void startHeader(TableBody th) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endHeader(TableBody)
  +     * @see org.apache.fop.fo.StructureHandler#endHeader(TableBody)
        */
       public void endHeader(TableBody th) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startFooter(TableBody)
  +     * @see org.apache.fop.fo.StructureHandler#startFooter(TableBody)
        */
       public void startFooter(TableBody tf) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endFooter(TableBody)
  +     * @see org.apache.fop.fo.StructureHandler#endFooter(TableBody)
        */
       public void endFooter(TableBody tf) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startBody(TableBody)
  +     * @see org.apache.fop.fo.StructureHandler#startBody(TableBody)
        */
       public void startBody(TableBody tb) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endBody(TableBody)
  +     * @see org.apache.fop.fo.StructureHandler#endBody(TableBody)
        */
       public void endBody(TableBody tb) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startRow(TableRow)
  +     * @see org.apache.fop.fo.StructureHandler#startRow(TableRow)
        */
       public void startRow(TableRow tr) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endRow(TableRow)
  +     * @see org.apache.fop.fo.StructureHandler#endRow(TableRow)
        */
       public void endRow(TableRow tr) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startCell(TableCell)
  +     * @see org.apache.fop.fo.StructureHandler#startCell(TableCell)
        */
       public void startCell(TableCell tc) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endCell(TableCell)
  +     * @see org.apache.fop.fo.StructureHandler#endCell(TableCell)
        */
       public void endCell(TableCell tc) {
       }
   
       // Lists
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startList(ListBlock)
  +     * @see org.apache.fop.fo.StructureHandler#startList(ListBlock)
        */
       public void startList(ListBlock lb) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endList(ListBlock)
  +     * @see org.apache.fop.fo.StructureHandler#endList(ListBlock)
        */
       public void endList(ListBlock lb) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startListItem(ListItem)
  +     * @see org.apache.fop.fo.StructureHandler#startListItem(ListItem)
        */
       public void startListItem(ListItem li) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endListItem(ListItem)
  +     * @see org.apache.fop.fo.StructureHandler#endListItem(ListItem)
        */
       public void endListItem(ListItem li) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startListLabel()
  +     * @see org.apache.fop.fo.StructureHandler#startListLabel()
        */
       public void startListLabel() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endListLabel()
  +     * @see org.apache.fop.fo.StructureHandler#endListLabel()
        */
       public void endListLabel() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startListBody()
  +     * @see org.apache.fop.fo.StructureHandler#startListBody()
        */
       public void startListBody() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endListBody()
  +     * @see org.apache.fop.fo.StructureHandler#endListBody()
        */
       public void endListBody() {
       }
   
       // Static Regions
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startStatic()
  +     * @see org.apache.fop.fo.StructureHandler#startStatic()
        */
       public void startStatic() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endStatic()
  +     * @see org.apache.fop.fo.StructureHandler#endStatic()
        */
       public void endStatic() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startMarkup()
  +     * @see org.apache.fop.fo.StructureHandler#startMarkup()
        */
       public void startMarkup() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endMarkup()
  +     * @see org.apache.fop.fo.StructureHandler#endMarkup()
        */
       public void endMarkup() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#startLink()
  +     * @see org.apache.fop.fo.StructureHandler#startLink()
        */
       public void startLink() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#endLink()
  +     * @see org.apache.fop.fo.StructureHandler#endLink()
        */
       public void endLink() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#image(ExternalGraphic)
  +     * @see org.apache.fop.fo.StructureHandler#image(ExternalGraphic)
        */
       public void image(ExternalGraphic eg) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#pageRef()
  +     * @see org.apache.fop.fo.StructureHandler#pageRef()
        */
       public void pageRef() {
       }
   
       /**
  -     * @see 
org.apache.fop.apps.StructureHandler#foreignObject(InstreamForeignObject)
  +     * @see org.apache.fop.fo.StructureHandler#foreignObject(InstreamForeignObject)
        */
       public void foreignObject(InstreamForeignObject ifo) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#footnote()
  +     * @see org.apache.fop.fo.StructureHandler#footnote()
        */
       public void footnote() {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#leader(Leader)
  +     * @see org.apache.fop.fo.StructureHandler#leader(Leader)
        */
       public void leader(Leader l) {
       }
   
       /**
  -     * @see org.apache.fop.apps.StructureHandler#characters(char[], int, int)
  +     * @see org.apache.fop.fo.StructureHandler#characters(char[], int, int)
        */
       public void characters(char[] data, int start, int length) {
       }
  
  
  
  1.6       +3 -2      xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfBefore.java
  
  Index: RtfBefore.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfBefore.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RtfBefore.java    2 Jul 2003 16:13:29 -0000       1.5
  +++ RtfBefore.java    6 Jul 2003 23:27:55 -0000       1.6
  @@ -76,7 +76,8 @@
       }
   
       /**
  -     * @see RtfAfterBeforeBase#writeMyAttributes
  +     * Write the attributes for this element
  +     * @throws IOException for I/O problems
        */
       protected void writeMyAttributes() throws IOException {
           writeAttributes(attrib, HEADER_ATTR);
  
  
  
  1.8       +2 -2      
xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java
  
  Index: RtfExtraRowSet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RtfExtraRowSet.java       3 Jul 2003 07:29:41 -0000       1.7
  +++ RtfExtraRowSet.java       6 Jul 2003 23:27:55 -0000       1.8
  @@ -76,7 +76,7 @@
    *          causing extra rows to be generated, with content that can come
    *          from several RtfTableCells
    *
  - *  @see org.apache.fop.rtf.rtflib.testdoc.NestedTable
  + *  @see org.apache.fop.rtf.rtflib.testdocs.NestedTable
    *  @author Bertrand Delacretaz [EMAIL PROTECTED]
    */
   
  
  
  
  1.9       +6 -6      xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfFile.java
  
  Index: RtfFile.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfFile.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RtfFile.java      3 Jul 2003 07:29:41 -0000       1.8
  +++ RtfFile.java      6 Jul 2003 23:27:55 -0000       1.9
  @@ -67,11 +67,11 @@
   import java.io.FileWriter;
   import java.io.OutputStreamWriter;
   
  -/**  Models the top-level structure of an RTF file.
  - *  @see RtfFileExample
  - *  @author Bertrand Delacretaz [EMAIL PROTECTED]
  - *  @author Andreas Putz [EMAIL PROTECTED]
  - *  @author Christopher Scott [EMAIL PROTECTED]
  +/**
  + * Models the top-level structure of an RTF file.
  + * @author Bertrand Delacretaz [EMAIL PROTECTED]
  + * @author Andreas Putz [EMAIL PROTECTED]
  + * @author Christopher Scott [EMAIL PROTECTED]
    */
   
   public class RtfFile
  
  
  
  1.2       +24 -24    xml-fop/src/java/org/apache/fop/util/ASCII85OutputStream.java
  
  Index: ASCII85OutputStream.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/util/ASCII85OutputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ASCII85OutputStream.java  4 Jul 2003 20:01:07 -0000       1.1
  +++ ASCII85OutputStream.java  6 Jul 2003 23:27:55 -0000       1.2
  @@ -3,34 +3,34 @@
    * ============================================================================
    *                    The Apache Software License, Version 1.1
    * ============================================================================
  - * 
  + *
    * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  - * 
  + *
    * Redistribution and use in source and binary forms, with or without modifica-
    * tion, are permitted provided that the following conditions are met:
  - * 
  + *
    * 1. Redistributions of source code must retain the above copyright notice,
    *    this list of conditions and the following disclaimer.
  - * 
  + *
    * 2. Redistributions in binary form must reproduce the above copyright notice,
    *    this list of conditions and the following disclaimer in the documentation
    *    and/or other materials provided with the distribution.
  - * 
  + *
    * 3. The end-user documentation included with the redistribution, if any, must
    *    include the following acknowledgment: "This product includes software
    *    developed by the Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself, if
    *    and wherever such third-party acknowledgments normally appear.
  - * 
  + *
    * 4. The names "FOP" and "Apache Software Foundation" must not be used to
    *    endorse or promote products derived from this software without prior
    *    written permission. For written permission, please contact
    *    [EMAIL PROTECTED]
  - * 
  + *
    * 5. Products derived from this software may not be called "Apache", nor may
    *    "Apache" appear in their name, without prior written permission of the
    *    Apache Software Foundation.
  - * 
  + *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
    * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  @@ -42,12 +42,12 @@
    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    * ============================================================================
  - * 
  + *
    * This software consists of voluntary contributions made by many individuals
    * on behalf of the Apache Software Foundation and was originally created by
    * James Tauber <[EMAIL PROTECTED]>. For more information on the Apache
    * Software Foundation, please see <http://www.apache.org/>.
  - */ 
  + */
   package org.apache.fop.util;
   
   import java.io.OutputStream;
  @@ -109,7 +109,7 @@
       private void checkedWrite(byte[] buf) throws IOException {
           checkedWrite(buf, buf.length, false);
       }
  -        
  +
       private void checkedWrite(byte[] buf, boolean nosplit) throws IOException {
           checkedWrite(buf, buf.length, nosplit);
       }
  @@ -117,7 +117,7 @@
       private void checkedWrite(byte[] buf , int len) throws IOException {
           checkedWrite(buf, len, false);
       }
  -        
  +
       private void checkedWrite(byte[] buf , int len, boolean nosplit) throws 
IOException {
           if (posinline + len > 80) {
               int firstpart = (nosplit ? 0 : len - (posinline + len - 80));
  @@ -155,24 +155,24 @@
               if (word < 0) {
                   word = -word;
               }
  -            byte c1 = 
  -                (byte)((word 
  +            byte c1 =
  +                (byte)((word
                           / POW85[0]) & 0xFF);
  -            byte c2 = 
  -                (byte)(((word - (c1 * POW85[0])) 
  +            byte c2 =
  +                (byte)(((word - (c1 * POW85[0]))
                           / POW85[1]) & 0xFF);
               byte c3 =
  -                (byte)(((word - (c1 * POW85[0]) 
  +                (byte)(((word - (c1 * POW85[0])
                                 - (c2 * POW85[1]))
                           / POW85[2]) & 0xFF);
               byte c4 =
  -                (byte)(((word - (c1 * POW85[0]) 
  -                              - (c2 * POW85[1]) 
  +                (byte)(((word - (c1 * POW85[0])
  +                              - (c2 * POW85[1])
                                 - (c3 * POW85[2]))
                           / POW85[3]) & 0xFF);
               byte c5 =
  -                (byte)(((word - (c1 * POW85[0]) 
  -                              - (c2 * POW85[1]) 
  +                (byte)(((word - (c1 * POW85[0])
  +                              - (c2 * POW85[1])
                                 - (c3 * POW85[2])
                                 - (c4 * POW85[3])))
                           & 0xFF);
  @@ -195,7 +195,7 @@
           }
       }
   
  -    /** @see org.apache.fop.render.ps.Finalizable **/
  +    /** @see Finalizable **/
       public void finalizeStream() throws IOException {
           // now take care of the trailing few bytes.
           // with n leftover bytes, we append 0 bytes to make a full group of 4
  
  
  
  1.2       +13 -13    xml-fop/src/java/org/apache/fop/util/ASCIIHexOutputStream.java
  
  Index: ASCIIHexOutputStream.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/util/ASCIIHexOutputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ASCIIHexOutputStream.java 4 Jul 2003 20:01:07 -0000       1.1
  +++ ASCIIHexOutputStream.java 6 Jul 2003 23:27:55 -0000       1.2
  @@ -3,34 +3,34 @@
    * ============================================================================
    *                    The Apache Software License, Version 1.1
    * ============================================================================
  - * 
  + *
    * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  - * 
  + *
    * Redistribution and use in source and binary forms, with or without modifica-
    * tion, are permitted provided that the following conditions are met:
  - * 
  + *
    * 1. Redistributions of source code must retain the above copyright notice,
    *    this list of conditions and the following disclaimer.
  - * 
  + *
    * 2. Redistributions in binary form must reproduce the above copyright notice,
    *    this list of conditions and the following disclaimer in the documentation
    *    and/or other materials provided with the distribution.
  - * 
  + *
    * 3. The end-user documentation included with the redistribution, if any, must
    *    include the following acknowledgment: "This product includes software
    *    developed by the Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself, if
    *    and wherever such third-party acknowledgments normally appear.
  - * 
  + *
    * 4. The names "FOP" and "Apache Software Foundation" must not be used to
    *    endorse or promote products derived from this software without prior
    *    written permission. For written permission, please contact
    *    [EMAIL PROTECTED]
  - * 
  + *
    * 5. Products derived from this software may not be called "Apache", nor may
    *    "Apache" appear in their name, without prior written permission of the
    *    Apache Software Foundation.
  - * 
  + *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
    * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  @@ -42,12 +42,12 @@
    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    * ============================================================================
  - * 
  + *
    * This software consists of voluntary contributions made by many individuals
    * on behalf of the Apache Software Foundation and was originally created by
    * James Tauber <[EMAIL PROTECTED]>. For more information on the Apache
    * Software Foundation, please see <http://www.apache.org/>.
  - */ 
  + */
   package org.apache.fop.util;
   
   import java.io.OutputStream;
  @@ -109,7 +109,7 @@
       }
   
   
  -    /** @see org.apache.fop.render.ps.Finalizable **/
  +    /** @see Finalizable **/
       public void finalizeStream() throws IOException {
           checkLineWrap();
           //Write closing character ">"
  
  
  
  1.2       +13 -13    
xml-fop/src/java/org/apache/fop/util/FlateEncodeOutputStream.java
  
  Index: FlateEncodeOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/util/FlateEncodeOutputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FlateEncodeOutputStream.java      4 Jul 2003 20:01:07 -0000       1.1
  +++ FlateEncodeOutputStream.java      6 Jul 2003 23:27:55 -0000       1.2
  @@ -3,34 +3,34 @@
    * ============================================================================
    *                    The Apache Software License, Version 1.1
    * ============================================================================
  - * 
  + *
    * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  - * 
  + *
    * Redistribution and use in source and binary forms, with or without modifica-
    * tion, are permitted provided that the following conditions are met:
  - * 
  + *
    * 1. Redistributions of source code must retain the above copyright notice,
    *    this list of conditions and the following disclaimer.
  - * 
  + *
    * 2. Redistributions in binary form must reproduce the above copyright notice,
    *    this list of conditions and the following disclaimer in the documentation
    *    and/or other materials provided with the distribution.
  - * 
  + *
    * 3. The end-user documentation included with the redistribution, if any, must
    *    include the following acknowledgment: "This product includes software
    *    developed by the Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself, if
    *    and wherever such third-party acknowledgments normally appear.
  - * 
  + *
    * 4. The names "FOP" and "Apache Software Foundation" must not be used to
    *    endorse or promote products derived from this software without prior
    *    written permission. For written permission, please contact
    *    [EMAIL PROTECTED]
  - * 
  + *
    * 5. Products derived from this software may not be called "Apache", nor may
    *    "Apache" appear in their name, without prior written permission of the
    *    Apache Software Foundation.
  - * 
  + *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
    * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  @@ -42,12 +42,12 @@
    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    * ============================================================================
  - * 
  + *
    * This software consists of voluntary contributions made by many individuals
    * on behalf of the Apache Software Foundation and was originally created by
    * James Tauber <[EMAIL PROTECTED]>. For more information on the Apache
    * Software Foundation, please see <http://www.apache.org/>.
  - */ 
  + */
   package org.apache.fop.util;
   
   import java.io.OutputStream;
  @@ -71,7 +71,7 @@
       }
   
   
  -    /** @see org.apache.fop.render.ps.Finalizable **/
  +    /** @see Finalizable **/
       public void finalizeStream() throws IOException {
           finish();
           flush();
  
  
  
  1.2       +13 -13    
xml-fop/src/java/org/apache/fop/util/RunLengthEncodeOutputStream.java
  
  Index: RunLengthEncodeOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/util/RunLengthEncodeOutputStream.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RunLengthEncodeOutputStream.java  4 Jul 2003 20:01:07 -0000       1.1
  +++ RunLengthEncodeOutputStream.java  6 Jul 2003 23:27:55 -0000       1.2
  @@ -3,34 +3,34 @@
    * ============================================================================
    *                    The Apache Software License, Version 1.1
    * ============================================================================
  - * 
  + *
    * Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  - * 
  + *
    * Redistribution and use in source and binary forms, with or without modifica-
    * tion, are permitted provided that the following conditions are met:
  - * 
  + *
    * 1. Redistributions of source code must retain the above copyright notice,
    *    this list of conditions and the following disclaimer.
  - * 
  + *
    * 2. Redistributions in binary form must reproduce the above copyright notice,
    *    this list of conditions and the following disclaimer in the documentation
    *    and/or other materials provided with the distribution.
  - * 
  + *
    * 3. The end-user documentation included with the redistribution, if any, must
    *    include the following acknowledgment: "This product includes software
    *    developed by the Apache Software Foundation (http://www.apache.org/)."
    *    Alternately, this acknowledgment may appear in the software itself, if
    *    and wherever such third-party acknowledgments normally appear.
  - * 
  + *
    * 4. The names "FOP" and "Apache Software Foundation" must not be used to
    *    endorse or promote products derived from this software without prior
    *    written permission. For written permission, please contact
    *    [EMAIL PROTECTED]
  - * 
  + *
    * 5. Products derived from this software may not be called "Apache", nor may
    *    "Apache" appear in their name, without prior written permission of the
    *    Apache Software Foundation.
  - * 
  + *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
    * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  @@ -42,12 +42,12 @@
    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    * ============================================================================
  - * 
  + *
    * This software consists of voluntary contributions made by many individuals
    * on behalf of the Apache Software Foundation and was originally created by
    * James Tauber <[EMAIL PROTECTED]>. For more information on the Apache
    * Software Foundation, please see <http://www.apache.org/>.
  - */ 
  + */
   package org.apache.fop.util;
   
   import java.io.FilterOutputStream;
  @@ -185,7 +185,7 @@
       }
   
   
  -    /** @see org.apache.fop.render.ps.Finalizable **/
  +    /** @see Finalizable **/
       public void finalizeStream()
           throws IOException {
           switch (isSequence) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to