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

Ben Wang bwang at jboss.com
Tue Nov 14 07:58:23 EST 2006


  User: bwang   
  Date: 06/11/14 07:58:23

  Modified:    src-50/org/jboss/cache/pojo/interceptors 
                        StaticFieldInterceptor.java
  Log:
  upd
  
  Revision  Changes    Path
  1.2       +2 -1      JBossCache/src-50/org/jboss/cache/pojo/interceptors/StaticFieldInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StaticFieldInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/interceptors/StaticFieldInterceptor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- StaticFieldInterceptor.java	14 Nov 2006 12:57:54 -0000	1.1
  +++ StaticFieldInterceptor.java	14 Nov 2006 12:58:23 -0000	1.2
  @@ -55,6 +55,7 @@
   
      public Object invoke(Invocation invocation) throws Throwable
      {
  +      /*
         // Kind of ad hoc now. MethodInvocation should not invoke this.
         if(invocation instanceof MethodInvocation)
            return invocation.invokeNext();
  @@ -85,7 +86,7 @@
            Advisor advisor = fieldInvocation.getAdvisor();
            return cache_.get(fqn_, key_);
         }
  -
  +      */
         return invocation.invokeNext();
   
      }
  
  
  



More information about the jboss-cvs-commits mailing list