diff options
author | Finn Bock <bckfnn@apache.org> | 2004-01-25 13:59:33 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2004-01-25 13:59:33 +0000 |
commit | cd3a9ec3112fdec56e42a3bb90f8bc6c1b55d035 (patch) | |
tree | f499138691382256f22f6f4ab312b2c18ad6a10a | |
parent | aa54114d67662ba22687d715df9ff4d8f8cf9f6f (diff) | |
download | xmlgraphics-fop-cd3a9ec3112fdec56e42a3bb90f8bc6c1b55d035.tar.gz xmlgraphics-fop-cd3a9ec3112fdec56e42a3bb90f8bc6c1b55d035.zip |
Fix a 'javadoc' warning about missing @see target.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197258 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java b/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java index 0861a8d5f..4ca83bca9 100644 --- a/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java +++ b/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java @@ -68,7 +68,7 @@ public class RtfListStyleNumber extends RtfListStyle { /** * Gets call before a RtfListItem has to be written. * - * @see org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle#writeListPrefix() + * @see org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle#writeListPrefix(RtfListItem) */ public void writeListPrefix(RtfListItem item) throws IOException { |