]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed illegal character in the file
authorVincent Hennebert <vhennebert@apache.org>
Mon, 11 Feb 2008 18:11:09 +0000 (18:11 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 11 Feb 2008 18:11:09 +0000 (18:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@620559 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java

index ba2ee7c60a2e0b156057589ef5c551fa7c27bf13..de74d4be6b88433597726845d4cf9670d7a82ec0 100644 (file)
@@ -72,7 +72,7 @@ public class BackgroundPositionShorthand extends ListProperty {
          * Returns a {@link org.apache.fop.datatypes.PercentBase} whose
          * <code>getDimension()</code> returns 1.
          */
-        public PercentBase getP\91rcentBase() {
+        public PercentBase getPercentBase() {
             return new PercentBase() {
                 /** {@inheritDoc} */
                 public int getBaseLength(PercentBaseContext context) throws PropertyException {