From: William Victor Mote Date: Sat, 26 Jul 2003 06:14:24 +0000 (+0000) Subject: clean up some gump javadoc warnings X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1253 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0253758cdacbc70b2e39c3a89dbdd27d9346f893;p=xmlgraphics-fop.git clean up some gump javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/fo/LengthProperty.java b/src/java/org/apache/fop/fo/LengthProperty.java index a444dfe7d..ec0f32ca6 100644 --- a/src/java/org/apache/fop/fo/LengthProperty.java +++ b/src/java/org/apache/fop/fo/LengthProperty.java @@ -89,7 +89,7 @@ public class LengthProperty extends Property { } /** - * @see Property#convertProperty + * @see Property.Maker#convertProperty */ public Property convertProperty(Property p, PropertyList propertyList, diff --git a/src/java/org/apache/fop/fo/ListProperty.java b/src/java/org/apache/fop/fo/ListProperty.java index 3f59d4a5f..c7b2c48fd 100644 --- a/src/java/org/apache/fop/fo/ListProperty.java +++ b/src/java/org/apache/fop/fo/ListProperty.java @@ -70,7 +70,7 @@ public class ListProperty extends Property { } /** - * @see Property#convertProperty + * @see Property.Maker#convertProperty */ public Property convertProperty(Property p, PropertyList propertyList, FObj fo) { diff --git a/src/java/org/apache/fop/fo/NumberProperty.java b/src/java/org/apache/fop/fo/NumberProperty.java index d15146b7a..62d557896 100644 --- a/src/java/org/apache/fop/fo/NumberProperty.java +++ b/src/java/org/apache/fop/fo/NumberProperty.java @@ -72,7 +72,7 @@ public class NumberProperty extends Property { } /** - * @see Property#convertProperty + * @see Property.Maker#convertProperty */ public Property convertProperty(Property p, PropertyList propertyList, FObj fo) { diff --git a/src/java/org/apache/fop/fo/ShorthandParser.java b/src/java/org/apache/fop/fo/ShorthandParser.java index 2a96489e9..e82f52b0f 100644 --- a/src/java/org/apache/fop/fo/ShorthandParser.java +++ b/src/java/org/apache/fop/fo/ShorthandParser.java @@ -52,7 +52,7 @@ package org.apache.fop.fo; /** * Interface used to provide parsing capabilities to Properties with shorthand - * characteristics (i.e. those with multiple components). + * characteristics (those with multiple components). */ public interface ShorthandParser {