[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-j2ee/src/main/javax/resource/cci MappedRecord.java IndexedRecord.java ConnectionFa
From:       Adrian Brock <ejort () users ! sourceforge ! net>
Date:       2003-08-30 14:27:34
[Download RAW message or body]

  User: ejort   
  Date: 03/08/30 07:27:34

  Modified:    src/main/javax/resource/cci MappedRecord.java
                        IndexedRecord.java ConnectionFactory.java
                        Record.java ConnectionSpec.java ResultSet.java
                        InteractionSpec.java
  Log:
  Remove unused imports
  
  Revision  Changes    Path
  1.4       +0 -2      jboss-j2ee/src/main/javax/resource/cci/MappedRecord.java
  
  Index: MappedRecord.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/MappedRecord.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MappedRecord.java	27 Aug 2003 04:29:56 -0000	1.3
  +++ MappedRecord.java	30 Aug 2003 14:27:33 -0000	1.4
  @@ -7,8 +7,6 @@
   
   package javax.resource.cci;
   
  -import javax.resource.ResourceException;
  -
   /**
    * The MappedRecord interface is used for key-value map based representation
    * of the Record elements.
  
  
  
  1.4       +0 -2      jboss-j2ee/src/main/javax/resource/cci/IndexedRecord.java
  
  Index: IndexedRecord.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/IndexedRecord.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IndexedRecord.java	27 Aug 2003 04:29:56 -0000	1.3
  +++ IndexedRecord.java	30 Aug 2003 14:27:33 -0000	1.4
  @@ -7,8 +7,6 @@
   
   package javax.resource.cci;
   
  -import javax.resource.ResourceException;
  -
   /**
    * The IndexedRecord interface is used for list oriented representations
    * of the Record elements.
  
  
  
  1.5       +0 -1      jboss-j2ee/src/main/javax/resource/cci/ConnectionFactory.java
  
  Index: ConnectionFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/ConnectionFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConnectionFactory.java	27 Aug 2003 04:29:56 -0000	1.4
  +++ ConnectionFactory.java	30 Aug 2003 14:27:33 -0000	1.5
  @@ -7,7 +7,6 @@
   
   package javax.resource.cci;
   
  -import java.io.PrintWriter;
   import java.io.Serializable;
   
   import javax.resource.Referenceable;
  
  
  
  1.4       +0 -2      jboss-j2ee/src/main/javax/resource/cci/Record.java
  
  Index: Record.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/Record.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Record.java	27 Aug 2003 04:29:56 -0000	1.3
  +++ Record.java	30 Aug 2003 14:27:33 -0000	1.4
  @@ -7,8 +7,6 @@
   
   package javax.resource.cci;
   
  -import javax.resource.ResourceException;
  -
   /**
    * The Record interface is the base interface for representing input and
    * output for an Interaction.
  
  
  
  1.4       +0 -2      jboss-j2ee/src/main/javax/resource/cci/ConnectionSpec.java
  
  Index: ConnectionSpec.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/ConnectionSpec.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConnectionSpec.java	27 Aug 2003 04:29:56 -0000	1.3
  +++ ConnectionSpec.java	30 Aug 2003 14:27:33 -0000	1.4
  @@ -7,8 +7,6 @@
   
   package javax.resource.cci;
   
  -import javax.resource.ResourceException;
  -
   /**
    * An ConnectionSpec holds connection specific properties for use by a
    * ConnectionFactory in creating a Connection.n Connection in order
  
  
  
  1.4       +0 -2      jboss-j2ee/src/main/javax/resource/cci/ResultSet.java
  
  Index: ResultSet.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/ResultSet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ResultSet.java	27 Aug 2003 04:29:56 -0000	1.3
  +++ ResultSet.java	30 Aug 2003 14:27:33 -0000	1.4
  @@ -7,8 +7,6 @@
   
   package javax.resource.cci;
   
  -import javax.resource.ResourceException;
  -
   /**
    * A ResultSet represents tabular data returned from the underlying resource
    * by the execution of an interaction.  The cci.ResultSet is based on the
  
  
  
  1.5       +0 -1      jboss-j2ee/src/main/javax/resource/cci/InteractionSpec.java
  
  Index: InteractionSpec.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-j2ee/src/main/javax/resource/cci/InteractionSpec.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InteractionSpec.java	27 Aug 2003 04:29:56 -0000	1.4
  +++ InteractionSpec.java	30 Aug 2003 14:27:33 -0000	1.5
  @@ -8,7 +8,6 @@
   package javax.resource.cci;
   
   import java.io.Serializable;
  -import javax.resource.ResourceException;
   
   /**
    * An InteractionSpec holds properties for use by an Interaction in order
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic