diff options
author | William Victor Mote <vmote@apache.org> | 2003-07-06 23:27:55 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-07-06 23:27:55 +0000 |
commit | 3f3fb880bd068fc326411279888933a1109e2359 (patch) | |
tree | 7f45c3bf50498e33a0cc3ab3dd8ef78dc9826b61 /src/java/org/apache/fop/rtf | |
parent | 4d2306290e26f7e9abaae642acd8a8c56d0ba86d (diff) | |
download | xmlgraphics-fop-3f3fb880bd068fc326411279888933a1109e2359.tar.gz xmlgraphics-fop-3f3fb880bd068fc326411279888933a1109e2359.zip |
clean up gump javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/rtf')
3 files changed, 8 insertions, 7 deletions
diff --git a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfBefore.java b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfBefore.java index 7046f5dec..a70442936 100644 --- a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfBefore.java +++ b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfBefore.java @@ -76,7 +76,8 @@ public class RtfBefore extends RtfAfterBeforeBase { } /** - * @see RtfAfterBeforeBase#writeMyAttributes + * Write the attributes for this element + * @throws IOException for I/O problems */ protected void writeMyAttributes() throws IOException { writeAttributes(attrib, HEADER_ATTR); diff --git a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java index 4e272b5aa..42b3bb883 100755 --- a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java +++ b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfExtraRowSet.java @@ -76,7 +76,7 @@ import org.apache.fop.rtf.rtflib.interfaces.ITableColumnsInfo; * 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 bdelacretaz@codeconsult.ch */ diff --git a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfFile.java b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfFile.java index a9a09b19e..8ef92dddb 100755 --- a/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfFile.java +++ b/src/java/org/apache/fop/rtf/rtflib/rtfdoc/RtfFile.java @@ -67,11 +67,11 @@ import java.io.BufferedWriter; import java.io.FileWriter; import java.io.OutputStreamWriter; -/** Models the top-level structure of an RTF file. - * @see RtfFileExample - * @author Bertrand Delacretaz bdelacretaz@codeconsult.ch - * @author Andreas Putz a.putz@skynamics.com - * @author Christopher Scott scottc@westinghouse.com +/** + * Models the top-level structure of an RTF file. + * @author Bertrand Delacretaz bdelacretaz@codeconsult.ch + * @author Andreas Putz a.putz@skynamics.com + * @author Christopher Scott scottc@westinghouse.com */ public class RtfFile |