mmidy       00/07/28 10:25:10

  Modified:    java/src/org/apache/xalan/xslt StylesheetHandler.java
  Log:
  Checked in by accident!!!
  
  Revision  Changes    Path
  1.3       +1 -8      
xml-xalan/java/src/org/apache/xalan/xslt/StylesheetHandler.java
  
  Index: StylesheetHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/xslt/StylesheetHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StylesheetHandler.java    2000/07/28 17:12:59     1.2
  +++ StylesheetHandler.java    2000/07/28 17:25:10     1.3
  @@ -90,13 +90,6 @@
     
     public void startElement (String name, AttributeList atts)
       throws SAXException
  -  {}
  +  {}  
     
  -  /**
  -   * Return the stylesheet that this handler is constructing.
  -   */
  -  void pushStylesheet(org.apache.xalan.templates.Stylesheet s)
  -  {
  -    this.pushStylesheet(s);
  -  }
   }
  
  
  

Reply via email to