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

Gavin King gavin.king at jboss.com
Tue Jun 19 16:26:42 EDT 2007


  User: gavin   
  Date: 07/06/19 16:26:42

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  dont check the default remove method
  
  Revision  Changes    Path
  1.258     +1 -0      jboss-seam/src/main/org/jboss/seam/Component.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Component.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/Component.java,v
  retrieving revision 1.257
  retrieving revision 1.258
  diff -u -b -r1.257 -r1.258
  --- Component.java	19 Jun 2007 19:21:17 -0000	1.257
  +++ Component.java	19 Jun 2007 20:26:42 -0000	1.258
  @@ -551,6 +551,7 @@
            if ( method.getParameterTypes().length==0 )
            {
               defaultRemoveMethod = method;
  +            lifecycleMethods.add(method);
            }
         }
         if ( method.isAnnotationPresent(Destroy.class) && method!=getDefaultRemoveMethod() )
  
  
  



More information about the jboss-cvs-commits mailing list