[jboss-cvs] JBossCache/src/org/jboss/cache/pojo/util ...

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


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

  Modified:    src/org/jboss/cache/pojo/util  CacheApiUtil.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       +1 -2      JBossCache/src/org/jboss/cache/pojo/util/CacheApiUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheApiUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/util/CacheApiUtil.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheApiUtil.java	19 Jan 2007 02:04:32 -0000	1.2
  +++ CacheApiUtil.java	23 May 2007 10:28:56 -0000	1.3
  @@ -11,7 +11,6 @@
   import org.jboss.cache.Fqn;
   import org.jboss.cache.Node;
   import org.jboss.cache.NodeSPI;
  -import org.jboss.cache.config.Option;
   
   import java.util.Set;
   
  @@ -19,7 +18,7 @@
    * Utility for the 2.0 Cache API
    *
    * @author Ben Wang
  - * @version $Id: CacheApiUtil.java,v 1.2 2007/01/19 02:04:32 genman Exp $
  + * @version $Id: CacheApiUtil.java,v 1.3 2007/05/23 10:28:56 msurtani Exp $
    */
   public class CacheApiUtil
   {
  
  
  



More information about the jboss-cvs-commits mailing list