From: Peter Bernard West Date: Wed, 25 Feb 2004 23:54:47 +0000 (+0000) Subject: Cleaned up Javadoc link to inaccessible method. X-Git-Tag: Alt-Design_pre_awt_renderer_import~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=56d5ee4be673d623465395758eefdfa8483e470e;p=xmlgraphics-fop.git Cleaned up Javadoc link to inaccessible method. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fo/FoRoot.java b/src/java/org/apache/fop/fo/FoRoot.java index 0b0d13bba..56350824e 100644 --- a/src/java/org/apache/fop/fo/FoRoot.java +++ b/src/java/org/apache/fop/fo/FoRoot.java @@ -51,8 +51,7 @@ public class FoRoot extends FONode { /** Map of Integer indices of sparsePropsSet array. It is indexed by the FO index of the FO associated with a given - position in the sparsePropsSet array. See - {@link org.apache.fop.fo.FONode#sparsePropsSet FONode.sparsePropsSet}. + position in the sparsePropsSet array. */ private static final int[] sparsePropsMap;