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

Gavin King gavin.king at jboss.com
Mon Nov 13 15:11:10 EST 2006


  User: gavin   
  Date: 06/11/13 15:11:10

  Modified:    src/main/org/jboss/seam  Component.java
  Log:
  todo
  
  Revision  Changes    Path
  1.207     +3 -1      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.206
  retrieving revision 1.207
  diff -u -b -r1.206 -r1.207
  --- Component.java	13 Nov 2006 18:18:44 -0000	1.206
  +++ Component.java	13 Nov 2006 20:11:10 -0000	1.207
  @@ -120,7 +120,7 @@
    *
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author Gavin King
  - * @version $Revision: 1.206 $
  + * @version $Revision: 1.207 $
    */
   @Scope(ScopeType.APPLICATION)
   @SuppressWarnings("deprecation")
  @@ -1070,6 +1070,8 @@
            Object initialValue = me.getValue().getValue( field.getType() );
            setFieldValue(bean, field, field.getName(), initialValue );
         }
  +
  +      if ( log.isDebugEnabled() ) log.debug("done initializing: " + name);
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list