vmote 2003/07/25 23:14:24
Modified: src/java/org/apache/fop/fo LengthProperty.java
ListProperty.java NumberProperty.java
ShorthandParser.java
Log:
clean up some gump javadoc warnings
Revision Changes Path
1.3 +1 -1 xml-fop/src/java/org/apache/fop/fo/LengthProperty.java
Index: LengthProperty.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/LengthProperty.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LengthProperty.java 17 Jul 2003 07:21:08 -0000 1.2
+++ LengthProperty.java 26 Jul 2003 06:14:24 -0000 1.3
@@ -89,7 +89,7 @@
}
/**
- * @see Property#convertProperty
+ * @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList,
1.3 +1 -1 xml-fop/src/java/org/apache/fop/fo/ListProperty.java
Index: ListProperty.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/ListProperty.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ListProperty.java 17 Jul 2003 07:21:08 -0000 1.2
+++ ListProperty.java 26 Jul 2003 06:14:24 -0000 1.3
@@ -70,7 +70,7 @@
}
/**
- * @see Property#convertProperty
+ * @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList, FObj fo) {
1.3 +1 -1 xml-fop/src/java/org/apache/fop/fo/NumberProperty.java
Index: NumberProperty.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/NumberProperty.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NumberProperty.java 17 Jul 2003 07:21:08 -0000 1.2
+++ NumberProperty.java 26 Jul 2003 06:14:24 -0000 1.3
@@ -72,7 +72,7 @@
}
/**
- * @see Property#convertProperty
+ * @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList, FObj fo) {
1.3 +1 -1 xml-fop/src/java/org/apache/fop/fo/ShorthandParser.java
Index: ShorthandParser.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/ShorthandParser.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ShorthandParser.java 15 Jul 2003 18:04:03 -0000 1.2
+++ ShorthandParser.java 26 Jul 2003 06:14:24 -0000 1.3
@@ -52,7 +52,7 @@
/**
* 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 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]