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

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


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

  Modified:    src/org/jboss/cache/pojo/notification 
                        ArrayModifyNotification.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       +8 -10     JBossCache/src/org/jboss/cache/pojo/notification/ArrayModifyNotification.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ArrayModifyNotification.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/notification/ArrayModifyNotification.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ArrayModifyNotification.java	16 May 2007 18:22:35 -0000	1.2
  +++ ArrayModifyNotification.java	23 May 2007 10:28:50 -0000	1.3
  @@ -22,8 +22,6 @@
   
   package org.jboss.cache.pojo.notification;
   
  -import java.util.List;
  -
   /**
    * A notification that indicates an array was modified.
    * 
  
  
  



More information about the jboss-cvs-commits mailing list