You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by ro...@locus.apache.org on 2000/03/08 14:41:00 UTC

cvs commit: xml-xalan/src/org/apache/xalan/xslt VariableStack.java

robweir     00/03/08 05:41:00

  Modified:    src/org/apache/xalan/xslt VariableStack.java
  Log:
  Removed duplicate exception specification on pushParams.  This was causing compiles to fail under VAJ 3.0.
  Thanks to jborden@mediaone.net and kakhter@sputnik7.com for helping track this down.
  
  Revision  Changes    Path
  1.7       +1 -2      xml-xalan/src/org/apache/xalan/xslt/VariableStack.java
  
  Index: VariableStack.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/src/org/apache/xalan/xslt/VariableStack.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VariableStack.java	2000/03/06 20:13:50	1.6
  +++ VariableStack.java	2000/03/08 13:40:59	1.7
  @@ -220,8 +220,7 @@
       throws SAXException,
              java.net.MalformedURLException,
              java.io.FileNotFoundException,
  -           java.io.IOException,
  -           SAXException
  +           java.io.IOException
     {
       // The trick here is, variables need to be executed outside the context 
       // of the current stack frame.