aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFinn Bock <bckfnn@apache.org>2004-01-25 13:59:33 +0000
committerFinn Bock <bckfnn@apache.org>2004-01-25 13:59:33 +0000
commitcd3a9ec3112fdec56e42a3bb90f8bc6c1b55d035 (patch)
treef499138691382256f22f6f4ab312b2c18ad6a10a
parentaa54114d67662ba22687d715df9ff4d8f8cf9f6f (diff)
downloadxmlgraphics-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.java2
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 {