You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2004/05/06 06:15:07 UTC

cvs commit: incubator-geronimo/modules/transaction/src/java/org/apache/geronimo/transaction/log XidImpl2.java

djencks     2004/05/05 21:15:07

  Modified:    modules/transaction/src/java/org/apache/geronimo/transaction/log
                        XidImpl2.java
  Log:
  Remove unused unavailable import
  
  Revision  Changes    Path
  1.2       +1 -3      incubator-geronimo/modules/transaction/src/java/org/apache/geronimo/transaction/log/XidImpl2.java
  
  Index: XidImpl2.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/transaction/src/java/org/apache/geronimo/transaction/log/XidImpl2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XidImpl2.java	6 May 2004 04:00:51 -0000	1.1
  +++ XidImpl2.java	6 May 2004 04:15:06 -0000	1.2
  @@ -22,8 +22,6 @@
   
   import javax.transaction.xa.Xid;
   
  -import pyrasun.binlog.LogEntryKey;
  -
   /**
    * Unique id for a transaction.  This implementation is backed by a single byte buffer
    * so can do less copying than one backed by several byte buffers for the different components.