You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by il...@apache.org on 2002/10/07 17:34:58 UTC

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

ilene       2002/10/07 08:34:58

  Modified:    java/src/org/apache/xpath/compiler OpMap.java
  Log:
  Cleaning up import statements.
  
  Revision  Changes    Path
  1.13      +1 -7      xml-xalan/java/src/org/apache/xpath/compiler/OpMap.java
  
  Index: OpMap.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/compiler/OpMap.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- OpMap.java	7 Oct 2002 15:29:02 -0000	1.12
  +++ OpMap.java	7 Oct 2002 15:34:58 -0000	1.13
  @@ -56,16 +56,10 @@
    */
   package org.apache.xpath.compiler;
   
  -import java.util.Vector;
  -
  -import org.apache.xml.utils.IntVector;
  -import org.apache.xml.utils.ObjectVector;
  -import org.apache.xml.utils.IntVector;
  +import org.apache.xalan.res.XSLMessages;
   import org.apache.xml.utils.ObjectVector;
  -import org.apache.xml.utils.QName;
   import org.apache.xpath.patterns.NodeTest;
   import org.apache.xpath.res.XPATHErrorResources;
  -import org.apache.xalan.res.XSLMessages;
   
   /**
    * This class represents the data structure basics of the XPath
  
  
  

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