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

Gavin King gavin.king at jboss.com
Mon Jul 16 05:19:15 EDT 2007


  User: gavin   
  Date: 07/07/16 05:19:15

  Modified:    src/ioc/org/jboss/seam/ioc  IoCComponent.java
  Log:
  override startup in components.xml
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/src/ioc/org/jboss/seam/ioc/IoCComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IoCComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/IoCComponent.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- IoCComponent.java	3 Jul 2007 20:36:29 -0000	1.5
  +++ IoCComponent.java	16 Jul 2007 09:19:15 -0000	1.6
  @@ -53,7 +53,7 @@
       */
      public IoCComponent(Class clazz, String name, ScopeType scope)
      {
  -      super(clazz, name, scope, null);
  +      super(clazz, name, scope, false, null);
      }
   
      protected abstract String getIoCName();
  
  
  



More information about the jboss-cvs-commits mailing list