diff options
author | William Victor Mote <vmote@apache.org> | 2003-07-26 06:14:24 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-07-26 06:14:24 +0000 |
commit | 0253758cdacbc70b2e39c3a89dbdd27d9346f893 (patch) | |
tree | fa1551ecc12d2a4023d6629af4e3963ad8e99545 /src | |
parent | ce764e3e87191314ff5311bee9246531c372aa48 (diff) | |
download | xmlgraphics-fop-0253758cdacbc70b2e39c3a89dbdd27d9346f893.tar.gz xmlgraphics-fop-0253758cdacbc70b2e39c3a89dbdd27d9346f893.zip |
clean up some gump javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196745 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/java/org/apache/fop/fo/LengthProperty.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/ListProperty.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/NumberProperty.java | 2 | ||||
-rw-r--r-- | src/java/org/apache/fop/fo/ShorthandParser.java | 2 |
4 files changed, 4 insertions, 4 deletions
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 { |