From 28fdd605495cae8fd2abe6819d232015c548649e Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Mon, 11 Feb 2008 18:11:09 +0000 Subject: [PATCH] Fixed illegal character in the file git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@620559 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/fop/fo/properties/BackgroundPositionShorthand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java b/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java index ba2ee7c60..de74d4be6 100644 --- a/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java +++ b/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java @@ -72,7 +72,7 @@ public class BackgroundPositionShorthand extends ListProperty { * Returns a {@link org.apache.fop.datatypes.PercentBase} whose * getDimension() returns 1. */ - public PercentBase getP‘rcentBase() { + public PercentBase getPercentBase() { return new PercentBase() { /** {@inheritDoc} */ public int getBaseLength(PercentBaseContext context) throws PropertyException { -- 2.39.5