aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-07-26 06:14:24 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-07-26 06:14:24 +0000
commit0253758cdacbc70b2e39c3a89dbdd27d9346f893 (patch)
treefa1551ecc12d2a4023d6629af4e3963ad8e99545 /src
parentce764e3e87191314ff5311bee9246531c372aa48 (diff)
downloadxmlgraphics-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.java2
-rw-r--r--src/java/org/apache/fop/fo/ListProperty.java2
-rw-r--r--src/java/org/apache/fop/fo/NumberProperty.java2
-rw-r--r--src/java/org/apache/fop/fo/ShorthandParser.java2
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 {