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

Gavin King gavin.king at jboss.com
Tue Oct 10 18:30:39 EDT 2006


  User: gavin   
  Date: 06/10/10 18:30:39

  Modified:    src/main/org/jboss/seam/contexts   Contexts.java
  Removed:     src/main/org/jboss/seam/contexts   StatelessContext.java
  Log:
  got rid of StatelessContext, JBSEAM-368
  
  Revision  Changes    Path
  1.43      +1 -5      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.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- Contexts.java	8 Oct 2006 20:58:03 -0000	1.42
  +++ Contexts.java	10 Oct 2006 22:30:39 -0000	1.43
  @@ -16,7 +16,7 @@
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.42 $
  + * @version $Revision: 1.43 $
    */
   public class Contexts {
   
  @@ -45,10 +45,6 @@
   		return applicationContext.get();
   	}
   
  -	public static Context getStatelessContext() {
  -		return new StatelessContext();
  -	}
  -
   	public static Context getConversationContext() {
   		return conversationContext.get();
   	}
  
  
  



More information about the jboss-cvs-commits mailing list