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

Jason Thomas Greene jgreene at jboss.com
Tue Jun 26 18:16:42 EDT 2007


  User: jgreene 
  Date: 07/06/26 18:16:42

  Modified:    src/org/jboss/cache/pojo/collection 
                        CollectionInterceptorUtil.java
  Log:
  Type-o
  
  Revision  Changes    Path
  1.6       +1 -1      JBossCache/src/org/jboss/cache/pojo/collection/CollectionInterceptorUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CollectionInterceptorUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/pojo/collection/CollectionInterceptorUtil.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- CollectionInterceptorUtil.java	26 Jun 2007 21:13:21 -0000	1.5
  +++ CollectionInterceptorUtil.java	26 Jun 2007 22:16:42 -0000	1.6
  @@ -191,7 +191,7 @@
               Object[] args = methodInvocation.getArguments();
               if (method != null)
               {
  -               if (skipVerify(method))
  +               if (!skipVerify(method))
                     interceptor.verifyAttached(impl);
   
                  return method.invoke(impl, args);
  
  
  



More information about the jboss-cvs-commits mailing list