You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2007/12/12 17:20:10 UTC

svn commit: r603661 - /xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/afp/modca/AbstractStructuredAFPObject.java

Author: jeremias
Date: Wed Dec 12 08:20:09 2007
New Revision: 603661

URL: http://svn.apache.org/viewvc?rev=603661&view=rev
Log:
Fix javadoc

Modified:
    xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/afp/modca/AbstractStructuredAFPObject.java

Modified: xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/afp/modca/AbstractStructuredAFPObject.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/afp/modca/AbstractStructuredAFPObject.java?rev=603661&r1=603660&r2=603661&view=diff
==============================================================================
--- xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/afp/modca/AbstractStructuredAFPObject.java (original)
+++ xmlgraphics/fop/branches/Temp_ImagePackageRedesign/src/java/org/apache/fop/render/afp/modca/AbstractStructuredAFPObject.java Wed Dec 12 08:20:09 2007
@@ -45,7 +45,7 @@
     /**
      * Helper method to write the start of the Object.
      * @param os The stream to write to
-     * @throws an I/O exception if one occurred
+     * @throws java.io.IOException an I/O exception if one occurred
      */
     protected void writeStart(OutputStream os) throws IOException {
     }
@@ -53,7 +53,7 @@
     /**
      * Helper method to write the contents of the Object.
      * @param os The stream to write to
-     * @throws an I/O exception if one occurred
+     * @throws java.io.IOException an I/O exception if one occurred
      */
     protected void writeContent(OutputStream os) throws IOException {
     }
@@ -61,7 +61,7 @@
     /**
      * Helper method to write the end of the Object.
      * @param os The stream to write to
-     * @throws an I/O exception if one occurred
+     * @throws java.io.IOException an I/O exception if one occurred
      */
     protected void writeEnd(OutputStream os) throws IOException {
     }    



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org