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

Gavin King gavin.king at jboss.com
Sun Jun 3 15:20:54 EDT 2007


  User: gavin   
  Date: 07/06/03 15:20:54

  Modified:    src/main/org/jboss/seam/core  Session.java
  Log:
  oops
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/core/Session.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Session.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Session.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Session.java	3 Jun 2007 17:52:15 -0000	1.1
  +++ Session.java	3 Jun 2007 19:20:54 -0000	1.2
  @@ -31,7 +31,7 @@
         {
            throw new IllegalStateException("No active event context");
         }
  -      return (Session) Component.getInstance(Conversation.class, ScopeType.EVENT);
  +      return (Session) Component.getInstance(Session.class, ScopeType.EVENT);
      }
      
   }
  
  
  



More information about the jboss-cvs-commits mailing list