]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed a small oversight. Code is not even in use.
authorJeremias Maerki <jeremias@apache.org>
Fri, 23 Dec 2005 11:15:56 +0000 (11:15 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 23 Dec 2005 11:15:56 +0000 (11:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_91@358790 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;
         }