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

Gavin King gavin.king at jboss.com
Sun Feb 18 12:17:53 EST 2007


  User: gavin   
  Date: 07/02/18 12:17:53

  Modified:    src/ioc/org/jboss/seam/ioc/microcontainer 
                        MicrocontainerComponent.java
  Log:
  coding standard
  
  Revision  Changes    Path
  1.2       +2 -0      jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/MicrocontainerComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MicrocontainerComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/MicrocontainerComponent.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MicrocontainerComponent.java	17 Feb 2007 03:26:42 -0000	1.1
  +++ MicrocontainerComponent.java	18 Feb 2007 17:17:53 -0000	1.2
  @@ -38,11 +38,13 @@
         this.controller = controller;
      }
   
  +   @Override
      protected String getIoCName()
      {
         return "Microcontainer";
      }
   
  +   @Override
      protected Object instantiateIoCBean() throws Exception
      {
         return controller.getInstalledContext(getName()).getTarget();
  
  
  



More information about the jboss-cvs-commits mailing list