You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mo...@apache.org on 2001/06/18 11:34:14 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util NodeSetType.java Type.java NodeSetDTMType.java

morten      01/06/18 02:34:14

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util Type.java
  Added:       java/src/org/apache/xalan/xsltc/compiler/util
                        NodeSetType.java
  Removed:     java/src/org/apache/xalan/xsltc/compiler/util
                        NodeSetDTMType.java
  Log:
  
  
  Revision  Changes    Path
  1.5       +2 -2      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/Type.java
  
  Index: Type.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/Type.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Type.java	2001/06/18 09:30:11	1.4
  +++ Type.java	2001/06/18 09:34:12	1.5
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: Type.java,v 1.4 2001/06/18 09:30:11 morten Exp $
  + * @(#)$Id: Type.java,v 1.5 2001/06/18 09:34:12 morten Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -74,7 +74,7 @@
       public static final Type Int        = new IntType();
       public static final Type Real       = new RealType();
       public static final Type Boolean    = new BooleanType();
  -    public static final Type NodeSetDTM = new NodeSetDTMType();
  +    public static final Type NodeSet    = new NodeSetType();
       public static final Type String     = new StringType();
       public static final Type ResultTree = new ResultTreeType();
       public static final Type Reference  = new ReferenceType();
  
  
  
  1.5       +1 -1      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java
  
  
  
  

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