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

Norman Richards norman.richards at jboss.com
Fri Feb 16 17:43:24 EST 2007


  User: nrichards
  Date: 07/02/16 17:43:24

  Modified:    examples/spring/src/org/jboss/seam/ioc  IoCComponent.java
  Log:
  spring updates
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/spring/src/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/examples/spring/src/org/jboss/seam/ioc/IoCComponent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IoCComponent.java	12 Feb 2007 21:14:24 -0000	1.2
  +++ IoCComponent.java	16 Feb 2007 22:43:24 -0000	1.3
  @@ -66,7 +66,7 @@
       *
       * @see org.jboss.seam.Component#instantiateJavaBean()
       */
  -   protected Object instantiateJavaBean() throws Exception
  +/*   protected Object instantiateJavaBean() throws Exception
      {
         Object bean = instantiateIoCBean();
         // initialize the bean following Component.instantiateJavaBean()'s
  @@ -89,6 +89,6 @@
            bean = ProxyUtils.enhance(bean, interfaces, this);
         }
         return bean;
  -   }
  +   }*/
   
   }
  
  
  



More information about the jboss-cvs-commits mailing list