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 gm...@apache.org on 2003/10/07 22:06:17 UTC

cvs commit: xml-fop/src/java/org/apache/fop/apps XSLTInputHandler.java

gmazza      2003/10/07 13:06:17

  Modified:    src/java/org/apache/fop/apps XSLTInputHandler.java
  Log:
  Removed nonfunctional setParameter() function from XSLTInputHandler.  (Bug 23624, submitted by Julien Cervelle).
  
  Revision  Changes    Path
  1.10      +0 -9      xml-fop/src/java/org/apache/fop/apps/XSLTInputHandler.java
  
  Index: XSLTInputHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/apps/XSLTInputHandler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XSLTInputHandler.java	12 Aug 2003 21:17:44 -0000	1.9
  +++ XSLTInputHandler.java	7 Oct 2003 20:06:17 -0000	1.10
  @@ -191,14 +191,5 @@
           }
       }
   
  -    /**
  -     * 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);
  -    }
  -
   }
   
  
  
  

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