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

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


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

  Modified:    tests/functional/org/jboss/cache/marshall 
                        MethodCallFactoryTest.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.3       +0 -1      JBossCache/tests/functional/org/jboss/cache/marshall/MethodCallFactoryTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodCallFactoryTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/marshall/MethodCallFactoryTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- MethodCallFactoryTest.java	7 Feb 2007 22:06:49 -0000	1.2
  +++ MethodCallFactoryTest.java	23 May 2007 10:28:58 -0000	1.3
  @@ -1,7 +1,6 @@
   package org.jboss.cache.marshall;
   
   import junit.framework.TestCase;
  -
   import org.jboss.cache.transaction.GlobalTransaction;
   
   /**
  
  
  



More information about the jboss-cvs-commits mailing list