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

Manik Surtani manik at jboss.org
Thu May 24 09:11:10 EDT 2007


  User: msurtani
  Date: 07/05/24 09:11:10

  Modified:    src/org/jboss/cache/pojo/impl  InternalHelper.java
  Log:
  Removed ugly and buggy bypassInterceptorChain Option
  
  Revision  Changes    Path
  1.4       +0 -9      JBossCache/src/org/jboss/cache/pojo/impl/InternalHelper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InternalHelper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/impl/InternalHelper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- InternalHelper.java	23 May 2007 10:28:49 -0000	1.3
  +++ InternalHelper.java	24 May 2007 13:11:10 -0000	1.4
  @@ -397,15 +397,6 @@
         }
      }
   
  -   private void removeNodeWithoutInterceptor(Fqn fqn)
  -   {
  -      Option option = cache_.getInvocationContext().getOptionOverrides();
  -//      option.setBypassInterceptorChain(false);
  -      option.setBypassInterceptorChain(true);
  -      cache_.removeNode(fqn);
  -   }
  -
  -
      String createIndirectFqn(String fqn) throws CacheException
      {
         String indirectFqn = getIndirectFqn(fqn);
  
  
  



More information about the jboss-cvs-commits mailing list