You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/09/29 10:20:52 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/exception NestableDelegate.java NestableError.java NestableException.java NestableRuntimeException.java

bayard      2002/09/29 01:20:52

  Modified:    lang/src/java/org/apache/commons/lang CharSet.java
                        CharSetUtils.java
               lang/src/java/org/apache/commons/lang/exception
                        NestableDelegate.java NestableError.java
                        NestableException.java
                        NestableRuntimeException.java
  Log:
  Removed unused imports.
  Submitted by:	Fredrik Westermarck <fr...@mdh.se>
  
  Revision  Changes    Path
  1.4       +1 -2      jakarta-commons/lang/src/java/org/apache/commons/lang/CharSet.java
  
  Index: CharSet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/CharSet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CharSet.java	29 Sep 2002 07:15:12 -0000	1.3
  +++ CharSet.java	29 Sep 2002 08:20:52 -0000	1.4
  @@ -55,7 +55,6 @@
    */
   
   import java.util.Iterator;
  -import java.util.List;
   import java.util.LinkedList;
   /**
    * A set of characters. You can iterate over the characters in the 
  
  
  
  1.6       +1 -5      jakarta-commons/lang/src/java/org/apache/commons/lang/CharSetUtils.java
  
  Index: CharSetUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/CharSetUtils.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CharSetUtils.java	28 Sep 2002 10:34:54 -0000	1.5
  +++ CharSetUtils.java	29 Sep 2002 08:20:52 -0000	1.6
  @@ -54,10 +54,6 @@
    * <http://www.apache.org/>.
    */
   
  -import java.util.Iterator;
  -import java.util.List;
  -import java.util.LinkedList;
  -
   /**
    * Numerous routines to manipulate a character set.
    *
  
  
  
  1.9       +1 -3      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableDelegate.java
  
  Index: NestableDelegate.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableDelegate.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NestableDelegate.java	25 Aug 2002 19:09:38 -0000	1.8
  +++ NestableDelegate.java	29 Sep 2002 08:20:52 -0000	1.9
  @@ -54,11 +54,9 @@
    * <http://www.apache.org/>.
    */
   
  -import java.io.OutputStream;
   import java.io.PrintStream;
   import java.io.PrintWriter;
   import java.io.StringWriter;
  -import java.io.Writer;
   
   /**
    * @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
  
  
  
  1.3       +0 -1      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableError.java
  
  Index: NestableError.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableError.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NestableError.java	26 Aug 2002 06:03:57 -0000	1.2
  +++ NestableError.java	29 Sep 2002 08:20:52 -0000	1.3
  @@ -54,7 +54,6 @@
    * <http://www.apache.org/>.
    */
   
  -import java.io.OutputStream;
   import java.io.PrintStream;
   import java.io.PrintWriter;
   
  
  
  
  1.5       +1 -6      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableException.java
  
  Index: NestableException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NestableException.java	25 Aug 2002 19:17:31 -0000	1.4
  +++ NestableException.java	29 Sep 2002 08:20:52 -0000	1.5
  @@ -54,13 +54,8 @@
    * <http://www.apache.org/>.
    */
   
  -import java.io.OutputStream;
   import java.io.PrintStream;
   import java.io.PrintWriter;
  -import java.io.StringWriter;
  -import java.io.Writer;
  -import java.util.LinkedList;
  -import java.util.StringTokenizer;
   
   /**
    * The base class of all exceptions which can contain other exceptions.
  
  
  
  1.5       +1 -6      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java
  
  Index: NestableRuntimeException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableRuntimeException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- NestableRuntimeException.java	25 Aug 2002 19:15:03 -0000	1.4
  +++ NestableRuntimeException.java	29 Sep 2002 08:20:52 -0000	1.5
  @@ -54,13 +54,8 @@
    * <http://www.apache.org/>.
    */
   
  -import java.io.OutputStream;
   import java.io.PrintStream;
   import java.io.PrintWriter;
  -import java.io.StringWriter;
  -import java.io.Writer;
  -import java.util.LinkedList;
  -import java.util.StringTokenizer;
   
   /**
    * The base class of all runtime exceptions which can contain other
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>