]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix a 'javadoc' warning about missing @see target.
authorFinn Bock <bckfnn@apache.org>
Sun, 25 Jan 2004 13:59:33 +0000 (13:59 +0000)
committerFinn Bock <bckfnn@apache.org>
Sun, 25 Jan 2004 13:59:33 +0000 (13:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197258 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfListStyleNumber.java

index 0861a8d5f066a23ee91ae97821e2ca44609afb50..4ca83bca9d86e758a5e7422ec7c2220dcdf691c0 100644 (file)
@@ -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 {