aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/BoxPropShorthandParser.java
diff options
context:
space:
mode:
authorFinn Bock <bckfnn@apache.org>2004-01-23 21:39:59 +0000
committerFinn Bock <bckfnn@apache.org>2004-01-23 21:39:59 +0000
commit9038fb899f33721e8a4143e363aadc0124399a01 (patch)
treedf4f3895ea63953b2a5a877b7ce9eacc935d34b5 /src/java/org/apache/fop/fo/BoxPropShorthandParser.java
parent708c3201c1f9af91f758d8a098426f75f31f22d2 (diff)
downloadxmlgraphics-fop-9038fb899f33721e8a4143e363aadc0124399a01.tar.gz
xmlgraphics-fop-9038fb899f33721e8a4143e363aadc0124399a01.zip
Fix javadoc warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/BoxPropShorthandParser.java')
-rw-r--r--src/java/org/apache/fop/fo/BoxPropShorthandParser.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/BoxPropShorthandParser.java b/src/java/org/apache/fop/fo/BoxPropShorthandParser.java
index b97a6a01d..e05861ebe 100644
--- a/src/java/org/apache/fop/fo/BoxPropShorthandParser.java
+++ b/src/java/org/apache/fop/fo/BoxPropShorthandParser.java
@@ -65,8 +65,8 @@ public class BoxPropShorthandParser extends GenericShorthandParser {
* Stores 1 to 4 values of same type.
* Set the given property based on the number of values set.
* Example: padding, border-width, border-color, border-style, margin
- * @see org.apache.fop.fo.GenericShorthandParser#convertValueForProperty(String,
- * Property.Maker, PropertyList)
+ * @see org.apache.fop.fo.GenericShorthandParser#convertValueForProperty(
+ * int, ListProperty, Property.Maker, PropertyList)
*/
protected Property convertValueForProperty(int propId,
ListProperty listProperty,