You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mm...@locus.apache.org on 2000/08/28 18:17:11 UTC

cvs commit: xml-xalan/src/org/apache/xalan/xpath/xml JaxpLiaison.java

mmidy       00/08/28 09:17:11

  Modified:    src/org/apache/xalan/xpath/xml JaxpLiaison.java
  Log:
  Add attribution to Costin Manolache
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/src/org/apache/xalan/xpath/xml/JaxpLiaison.java
  
  Index: JaxpLiaison.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/src/org/apache/xalan/xpath/xml/JaxpLiaison.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JaxpLiaison.java	2000/08/14 19:11:32	1.1
  +++ JaxpLiaison.java	2000/08/28 16:17:11	1.2
  @@ -68,7 +68,8 @@
   
   
   /**
  - *  Allow use of a generic JAXP parser with Xalan. 
  + *  Allow use of a generic JAXP parser with Xalan.
  + *  Patch from Costin Manolache 
    */
   public class JaxpLiaison extends XMLParserLiaisonDefault
   {