From cd3a9ec3112fdec56e42a3bb90f8bc6c1b55d035 Mon Sep 17 00:00:00 2001 From: Finn Bock Date: Sun, 25 Jan 2004 13:59:33 +0000 Subject: [PATCH] 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 --- .../apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5