diff options
author | Finn Bock <bckfnn@apache.org> | 2004-01-23 21:39:59 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2004-01-23 21:39:59 +0000 |
commit | 9038fb899f33721e8a4143e363aadc0124399a01 (patch) | |
tree | df4f3895ea63953b2a5a877b7ce9eacc935d34b5 /src/java/org/apache/fop/fo/BoxPropShorthandParser.java | |
parent | 708c3201c1f9af91f758d8a098426f75f31f22d2 (diff) | |
download | xmlgraphics-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.java | 4 |
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, |