Author: vhennebert
Date: Mon Feb 11 10:11:09 2008
New Revision: 620559

URL: http://svn.apache.org/viewvc?rev=620559&view=rev
Log:
Fixed illegal character in the file

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java?rev=620559&r1=620558&r2=620559&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/BackgroundPositionShorthand.java
 Mon Feb 11 10:11:09 2008
@@ -72,7 +72,7 @@
          * Returns a [EMAIL PROTECTED] org.apache.fop.datatypes.PercentBase} 
whose
          * <code>getDimension()</code> returns 1.
          */
-        public PercentBase getP‘rcentBase() {
+        public PercentBase getPercentBase() {
             return new PercentBase() {
                 /** [EMAIL PROTECTED] */
                 public int getBaseLength(PercentBaseContext context) throws 
PropertyException {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to