dmitri      2003/09/08 13:50:57

  Modified:    jxpath/src/test/org/apache/commons/jxpath/ri/model
                        XMLModelTestCase.java
               jxpath/src/test/org/apache/commons/jxpath/ri/model/beans
                        TestIndexedPropertyBean.java
               jxpath/src/java/org/apache/commons/jxpath/ri QName.java
                        EvalContext.java
  Log:
  Removed unneeded imports
  
  Revision  Changes    Path
  1.12      +4 -6      
jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/ri/model/XMLModelTestCase.java
  
  Index: XMLModelTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/ri/model/XMLModelTestCase.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XMLModelTestCase.java     26 Jun 2003 02:18:46 -0000      1.11
  +++ XMLModelTestCase.java     8 Sep 2003 20:50:57 -0000       1.12
  @@ -62,8 +62,6 @@
   
   package org.apache.commons.jxpath.ri.model;
   
  -import java.util.Iterator;
  -
   import org.apache.commons.jxpath.AbstractFactory;
   import org.apache.commons.jxpath.IdentityManager;
   import org.apache.commons.jxpath.JXPathContext;
  
  
  
  1.2       +4 -12     
jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/ri/model/beans/TestIndexedPropertyBean.java
  
  Index: TestIndexedPropertyBean.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jxpath/src/test/org/apache/commons/jxpath/ri/model/beans/TestIndexedPropertyBean.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestIndexedPropertyBean.java      17 Jun 2003 01:39:51 -0000      1.1
  +++ TestIndexedPropertyBean.java      8 Sep 2003 20:50:57 -0000       1.2
  @@ -62,14 +62,6 @@
   
   package org.apache.commons.jxpath.ri.model.beans;
   
  -import java.util.ArrayList;
  -import java.util.HashMap;
  -import java.util.HashSet;
  -import java.util.List;
  -import java.util.Map;
  -import java.util.Set;
  -
  -import org.apache.commons.jxpath.util.ValueUtils;
   
   /**
    * Test bean for JUnit tests of indexed property handling.
  
  
  
  1.8       +4 -5      
jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/QName.java
  
  Index: QName.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/QName.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- QName.java        24 Aug 2003 03:46:01 -0000      1.7
  +++ QName.java        8 Sep 2003 20:50:57 -0000       1.8
  @@ -61,7 +61,6 @@
    */
   package org.apache.commons.jxpath.ri;
   
  -import org.apache.commons.jxpath.JXPathException;
   
   /**
    * A qualified name: a combination of an optional namespace prefix
  
  
  
  1.26      +4 -7      
jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/EvalContext.java
  
  Index: EvalContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/EvalContext.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- EvalContext.java  26 Jun 2003 02:18:46 -0000      1.25
  +++ EvalContext.java  8 Sep 2003 20:50:57 -0000       1.26
  @@ -75,9 +75,6 @@
   import org.apache.commons.jxpath.JXPathException;
   import org.apache.commons.jxpath.NodeSet;
   import org.apache.commons.jxpath.Pointer;
  -import org.apache.commons.jxpath.ri.axes.*;
  -import org.apache.commons.jxpath.ri.axes.AncestorContext;
  -import org.apache.commons.jxpath.ri.axes.DescendantContext;
   import org.apache.commons.jxpath.ri.axes.RootContext;
   import org.apache.commons.jxpath.ri.model.NodePointer;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to