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

Gavin King gavin.king at jboss.com
Wed Sep 13 13:25:28 EDT 2006


  User: gavin   
  Date: 06/09/13 13:25:28

  Modified:    src/main/org/jboss/seam/contexts  Contexts.java
  Log:
  ws
  
  Revision  Changes    Path
  1.40      +1 -4      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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- Contexts.java	25 Jul 2006 20:15:17 -0000	1.39
  +++ Contexts.java	13 Sep 2006 17:25:28 -0000	1.40
  @@ -6,19 +6,16 @@
    */
   package org.jboss.seam.contexts;
   
  -import java.lang.reflect.Method;
  -
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.jboss.seam.Component;
  -import org.jboss.seam.util.Reflections;
   
   /**
    * Provides access to the current contexts associated with the thread.
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.39 $
  + * @version $Revision: 1.40 $
    */
   public class Contexts {
   
  
  
  



More information about the jboss-cvs-commits mailing list