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

Gavin King gavin.king at jboss.com
Sat Jul 21 01:41:37 EDT 2007


  User: gavin   
  Date: 07/07/21 01:41:37

  Modified:    src/main/org/jboss/seam/core  Manager.java
  Log:
  JBSEAM-1604
  
  Revision  Changes    Path
  1.182     +1 -1      jboss-seam/src/main/org/jboss/seam/core/Manager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Manager.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Manager.java,v
  retrieving revision 1.181
  retrieving revision 1.182
  diff -u -b -r1.181 -r1.182
  --- Manager.java	12 Jul 2007 11:18:31 -0000	1.181
  +++ Manager.java	21 Jul 2007 05:41:36 -0000	1.182
  @@ -471,7 +471,7 @@
      {
         if ( ce!=null && ce.lock() )
         {
  -         // do this asap, since there is a window where conversationTimeout() might  
  +         // do this ASAP, since there is a window where conversationTimeout() might  
            // try to destroy the conversation, even if he cannot obtain the lock!
            touchConversationStack( ce.getConversationIdStack() );
   
  
  
  



More information about the jboss-cvs-commits mailing list