]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
clean up some gump javadoc warnings
authorWilliam Victor Mote <vmote@apache.org>
Sat, 26 Jul 2003 06:14:24 +0000 (06:14 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Sat, 26 Jul 2003 06:14:24 +0000 (06:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196745 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/LengthProperty.java
src/java/org/apache/fop/fo/ListProperty.java
src/java/org/apache/fop/fo/NumberProperty.java
src/java/org/apache/fop/fo/ShorthandParser.java

index a444dfe7d760d5a50f08a1a76719ed9ef9551a0c..ec0f32ca6a92223fb2e0115df1bd7635cbcb346e 100644 (file)
@@ -89,7 +89,7 @@ public class LengthProperty extends Property {
         }
 
         /**
-         * @see Property#convertProperty
+         * @see Property.Maker#convertProperty
          */
         public Property convertProperty(Property p,
                                         PropertyList propertyList,
index 3f59d4a5fbf029b025a20320059f35ab08d20e29..c7b2c48fd0f2e1faeac90bbec3c074d6c90e6c24 100644 (file)
@@ -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) {
index d15146b7a0c02c4021a01e238b8f932f3eda3c5e..62d55789612227e1110f76760e03cdff65cbc8ce 100644 (file)
@@ -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) {
index 2a96489e9462c54c608ed6a9d16ec3f4ae0211d0..e82f52b0fa45e0f1ab08702c1574fb97067efb36 100644 (file)
@@ -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 {