diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/BackgroundPositionShorthandParser.java')
-rw-r--r-- | src/java/org/apache/fop/fo/properties/BackgroundPositionShorthandParser.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthandParser.java b/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthandParser.java index cc1c98323..8bf79a242 100644 --- a/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthandParser.java +++ b/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthandParser.java @@ -31,12 +31,12 @@ import org.apache.fop.fo.expr.PropertyException; public class BackgroundPositionShorthandParser extends GenericShorthandParser { /** - * @see org.apache.fop.fo.properties.ShorthandParser#getValueForProperty() + * @see org.apache.fop.fo.properties.ShorthandParser#getValueForProperty(int, Property, PropertyMaker, PropertyList) */ public Property getValueForProperty(int propId, - Property property, - PropertyMaker maker, - PropertyList propertyList) + Property property, + PropertyMaker maker, + PropertyList propertyList) throws PropertyException { int index = -1; |