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

Gavin King gavin.king at jboss.com
Mon Jun 11 01:19:20 EDT 2007


  User: gavin   
  Date: 07/06/11 01:19:20

  Modified:    src/main/org/jboss/seam/contexts  Contexts.java
  Log:
  ws
  
  Revision  Changes    Path
  1.49      +3 -2      jboss-seam/src/main/org/jboss/seam/contexts/Contexts.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Contexts.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/Contexts.java,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -b -r1.48 -r1.49
  --- Contexts.java	8 Mar 2007 22:32:02 -0000	1.48
  +++ Contexts.java	11 Jun 2007 05:19:20 -0000	1.49
  @@ -16,7 +16,7 @@
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.48 $
  + * @version $Revision: 1.49 $
    */
   public class Contexts 
   {
  @@ -217,7 +217,8 @@
         Lifecycle.startDestroying();
         try
         {
  -         for ( String name: context.getNames() ) {
  +         for ( String name: context.getNames() ) 
  +         {
               Component component = Component.forName(name);
               log.debug("destroying: " + name);
               if ( component!=null )
  
  
  



More information about the jboss-cvs-commits mailing list