aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org')
-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 {