]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Merge from Branch fop-0_91:
authorJeremias Maerki <jeremias@apache.org>
Fri, 23 Dec 2005 23:32:55 +0000 (23:32 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 23 Dec 2005 23:32:55 +0000 (23:32 +0000)
Fixed a small oversight. Code is not even in use.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@358883 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/ps/PSSVGHandler.java

index 28bfa0bf49592845de7b47181ef9fad6afa7eebd..e54bc4b49f7691c094aaccc12f01f415a1273ea2 100644 (file)
@@ -221,7 +221,7 @@ public class PSSVGHandler implements XMLHandler, PSRendererContextConstants {
          * Sets the handler configuration.
          * @param cfg the configuration object
          */
-        public void setHeight(Configuration cfg) {
+        public void setHandlerConfiguration(Configuration cfg) {
             this.cfg = cfg;
         }