You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/12/24 00:33:01 UTC

svn commit: r358883 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSSVGHandler.java

Author: jeremias
Date: Fri Dec 23 15:32:55 2005
New Revision: 358883

URL: http://svn.apache.org/viewcvs?rev=358883&view=rev
Log:
Merge from Branch fop-0_91:
Fixed a small oversight. Code is not even in use.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSSVGHandler.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSSVGHandler.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSSVGHandler.java?rev=358883&r1=358882&r2=358883&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSSVGHandler.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/render/ps/PSSVGHandler.java Fri Dec 23 15:32:55 2005
@@ -221,7 +221,7 @@
          * Sets the handler configuration.
          * @param cfg the configuration object
          */
-        public void setHeight(Configuration cfg) {
+        public void setHandlerConfiguration(Configuration cfg) {
             this.cfg = cfg;
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org