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

Gavin King gavin.king at jboss.com
Wed Oct 11 17:41:01 EDT 2006


  User: gavin   
  Date: 06/10/11 17:41:01

  Modified:    src/main/org/jboss/seam/interceptors 
                        BijectionInterceptor.java
  Log:
  yikes
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- BijectionInterceptor.java	10 Oct 2006 06:43:16 -0000	1.20
  +++ BijectionInterceptor.java	11 Oct 2006 21:41:01 -0000	1.21
  @@ -1,4 +1,4 @@
  -//$Id: BijectionInterceptor.java,v 1.20 2006/10/10 06:43:16 gavin Exp $
  +//$Id: BijectionInterceptor.java,v 1.21 2006/10/11 21:41:01 gavin Exp $
   package org.jboss.seam.interceptors;
   
   import java.lang.reflect.Method;
  @@ -56,7 +56,7 @@
            {
               log.trace("outjecting dependencies of: " + getComponent().getName());
            }
  -         getComponent().outject( invocation.getTarget(), isLifecycleMethod( invocation.getMethod() ) );
  +         getComponent().outject( invocation.getTarget(), !isLifecycleMethod( invocation.getMethod() ) );
         }
         
         if ( getComponent().needsInjection() ) //only needed to hush the log message
  
  
  



More information about the jboss-cvs-commits mailing list