]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624...
authorGlen Mazza <gmazza@apache.org>
Tue, 7 Oct 2003 20:06:17 +0000 (20:06 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 7 Oct 2003 20:06:17 +0000 (20:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196949 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/XSLTInputHandler.java

index 66cd536fa4a51fd0df4a035cbee625271e0327a0..d2bd26788afc31decaa36aed782858a907e57526 100644 (file)
@@ -191,14 +191,5 @@ public class XSLTInputHandler extends InputHandler {
         }
     }
 
-    /**
-     * Sets an XSLT parameter.
-     * @param name the name of the parameter
-     * @param value the value of the parameter
-     */
-    public void setParameter(String name, Object value) {
-        transformer.setParameter(name, value);
-    }
-
 }