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

Jason Thomas Greene jgreene at jboss.com
Wed Jul 18 13:36:31 EDT 2007


  User: jgreene 
  Date: 07/07/18 13:36:31

  Modified:    src/org/jboss/cache/pojo/impl  CachedType.java
  Log:
  Remove unused imports
  
  Revision  Changes    Path
  1.4       +5 -6      JBossCache/src/org/jboss/cache/pojo/impl/CachedType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CachedType.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/impl/CachedType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- CachedType.java	18 Jul 2007 15:21:02 -0000	1.3
  +++ CachedType.java	18 Jul 2007 17:36:31 -0000	1.4
  @@ -1,11 +1,5 @@
   package org.jboss.cache.pojo.impl;
   
  -import org.jboss.aop.Advisor;
  -import org.jboss.aop.joinpoint.FieldInvocation;
  -import org.jboss.cache.pojo.interceptors.PojoBeginInterceptor;
  -import org.jboss.cache.pojo.memory.FieldPersistentReference;
  -import org.jboss.cache.pojo.memory.PersistentReference;
  -
   import java.lang.ref.WeakReference;
   import java.lang.reflect.Field;
   import java.lang.reflect.Method;
  @@ -20,6 +14,11 @@
   import java.util.Set;
   import java.util.WeakHashMap;
   
  +import org.jboss.aop.Advisor;
  +import org.jboss.aop.joinpoint.FieldInvocation;
  +import org.jboss.cache.pojo.memory.FieldPersistentReference;
  +import org.jboss.cache.pojo.memory.PersistentReference;
  +
   /**
    * Represent a cached object type, e.g., whether it is <b>primitive</b> or not.
    * Note: need to pay special attention not to leak classloader.
  
  
  



More information about the jboss-cvs-commits mailing list