[jboss-cvs] jboss-seam/src/main/org/jboss/seam/interceptors ...

Gavin King gavin.king at jboss.com
Thu Sep 28 12:43:10 EDT 2006


  User: gavin   
  Date: 06/09/28 12:43:10

  Modified:    src/main/org/jboss/seam/interceptors 
                        BijectionInterceptor.java
  Log:
  oops
  
  Revision  Changes    Path
  1.18      +2 -2      jboss-seam/src/main/org/jboss/seam/interceptors/BijectionInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BijectionInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/BijectionInterceptor.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- BijectionInterceptor.java	18 Sep 2006 22:25:59 -0000	1.17
  +++ BijectionInterceptor.java	28 Sep 2006 16:43:10 -0000	1.18
  @@ -1,4 +1,4 @@
  -//$Id: BijectionInterceptor.java,v 1.17 2006/09/18 22:25:59 gavin Exp $
  +//$Id: BijectionInterceptor.java,v 1.18 2006/09/28 16:43:10 gavin Exp $
   package org.jboss.seam.interceptors;
   
   import java.lang.reflect.Method;
  @@ -43,7 +43,7 @@
            {
               log.trace("injecting dependencies of: " + component.getName());
            }
  -         component.inject( invocation.getTarget(), isLifecycleMethod( invocation.getMethod() ) );
  +         component.inject( invocation.getTarget(), !isLifecycleMethod( invocation.getMethod() ) );
         }
         
         Object result = invocation.proceed();
  
  
  



More information about the jboss-cvs-commits mailing list