[jboss-cvs] JBossCache/tests/functional/org/jboss/cache ...

Manik Surtani manik at jboss.org
Wed May 23 06:28:56 EDT 2007


  User: msurtani
  Date: 07/05/23 06:28:56

  Modified:    tests/functional/org/jboss/cache  GlobalTransactionTest.java
  Log:
  Initiated a bunch of performance fixes, including replacing CopyOnWriteArraySets with org.jboss.cache.util.concurrent.ConcurrentHashSet.
  Also ran an imports optimiser on the code base - there were a lot of unused imports floating about.
  
  Revision  Changes    Path
  1.10      +2 -3      JBossCache/tests/functional/org/jboss/cache/GlobalTransactionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: GlobalTransactionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/GlobalTransactionTest.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- GlobalTransactionTest.java	7 Feb 2007 22:06:39 -0000	1.9
  +++ GlobalTransactionTest.java	23 May 2007 10:28:56 -0000	1.10
  @@ -10,7 +10,6 @@
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
  -
   import org.jboss.cache.transaction.GlobalTransaction;
   import org.jgroups.stack.IpAddress;
   
  @@ -24,7 +23,7 @@
   
   /**
    * @author <a href="mailto:bela at jboss.org">Bela Ban</a> Apr 14, 2003
  - * @version $Id: GlobalTransactionTest.java,v 1.9 2007/02/07 22:06:39 genman Exp $
  + * @version $Id: GlobalTransactionTest.java,v 1.10 2007/05/23 10:28:56 msurtani Exp $
    */
   public class GlobalTransactionTest extends TestCase
   {
  
  
  



More information about the jboss-cvs-commits mailing list