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

Manik Surtani msurtani at jboss.com
Tue Jan 30 21:40:20 EST 2007


  User: msurtani
  Date: 07/01/30 21:40:20

  Modified:    src/org/jboss/cache/pojo/impl  PojoCacheImpl.java
  Log:
  Removed dependency on concurrent.jar
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/src/org/jboss/cache/pojo/impl/PojoCacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/impl/PojoCacheImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PojoCacheImpl.java	25 Jan 2007 21:54:05 -0000	1.2
  +++ PojoCacheImpl.java	31 Jan 2007 02:40:20 -0000	1.3
  @@ -7,7 +7,6 @@
   
   package org.jboss.cache.pojo.impl;
   
  -import EDU.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet;
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.jboss.aop.Advised;
  @@ -37,12 +36,13 @@
   import java.util.Map;
   import java.util.Set;
   import java.util.WeakHashMap;
  +import java.util.concurrent.CopyOnWriteArraySet;
   
   /**
    * Implementation class for PojoCache interface
    *
    * @author Ben Wang
  - * @version $Id: PojoCacheImpl.java,v 1.2 2007/01/25 21:54:05 genman Exp $
  + * @version $Id: PojoCacheImpl.java,v 1.3 2007/01/31 02:40:20 msurtani Exp $
    */
   public class PojoCacheImpl implements PojoCache, Observer
   {
  
  
  



More information about the jboss-cvs-commits mailing list