scolebourne    2002/12/25 14:03:00

  Modified:    lang/src/java/org/apache/commons/lang/reflect
                        ReflectionUtils.java MethodUtils.java
  Log:
  Remove unused imports
  
  Revision  Changes    Path
  1.6       +2 -6      
jakarta-commons/lang/src/java/org/apache/commons/lang/reflect/ReflectionUtils.java
  
  Index: ReflectionUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/reflect/ReflectionUtils.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ReflectionUtils.java      15 Dec 2002 19:34:34 -0000      1.5
  +++ ReflectionUtils.java      25 Dec 2002 22:03:00 -0000      1.6
  @@ -55,14 +55,10 @@
   
   import java.lang.reflect.InvocationTargetException;
   import java.lang.reflect.Member;
  -import java.lang.reflect.Method;
   import java.lang.reflect.Modifier;
  -import java.util.ArrayList;
  -import java.util.Iterator;
  -import java.util.List;
   
  -import org.apache.commons.lang.*;
   import org.apache.commons.lang.ArrayUtils;
  +import org.apache.commons.lang.ClassUtils;
   import org.apache.commons.lang.StringUtils;
   /**
    * <code>ReflectionUtils</code> contains utility methods for working for
  
  
  
  1.10      +1 -9      
jakarta-commons/lang/src/java/org/apache/commons/lang/reflect/MethodUtils.java
  
  Index: MethodUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/reflect/MethodUtils.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- MethodUtils.java  10 Dec 2002 19:06:49 -0000      1.9
  +++ MethodUtils.java  25 Dec 2002 22:03:00 -0000      1.10
  @@ -53,20 +53,12 @@
    */
   package org.apache.commons.lang.reflect;
   
  -import java.lang.reflect.Field;
   import java.lang.reflect.InvocationTargetException;
  -import java.lang.reflect.Member;
   import java.lang.reflect.Method;
   import java.lang.reflect.Modifier;
   import java.util.ArrayList;
  -import java.util.HashSet;
  -import java.util.Iterator;
  -import java.util.List;
  -import java.util.Set;
   
   import org.apache.commons.lang.ArrayUtils;
  -import org.apache.commons.lang.StringUtils;
  -
   /**
    * <code>MethodUtils</code> contains utility methods for working for
    * methods by reflection.
  
  
  

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

Reply via email to