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

Gavin King gavin.king at jboss.com
Sun Jun 3 15:19:06 EDT 2007


  User: gavin   
  Date: 07/06/03 15:19:06

  Modified:    src/main/org/jboss/seam/contexts 
                        ServerConversationContext.java
  Log:
  ws
  
  Revision  Changes    Path
  1.22      +5 -4      jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerConversationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/ServerConversationContext.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- ServerConversationContext.java	25 Mar 2007 03:44:22 -0000	1.21
  +++ ServerConversationContext.java	3 Jun 2007 19:19:06 -0000	1.22
  @@ -27,7 +27,7 @@
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.21 $
  + * @version $Revision: 1.22 $
    */
   public class ServerConversationContext implements Context {
   
  @@ -109,13 +109,14 @@
                     String id = stack.get(i);
                     result = session.getAttribute( getKey(name, id) );
   
  -                  if (result != null) {
  +                  if (result != null) 
  +                  {
                         return unwrapEntityBean(result);
  -
                     }
   
                     // only continue checking if it is not pernestedconversation
  -                  if (i==0 && isPerNestedConversation(name)) {
  +                  if ( i==0 && isPerNestedConversation(name) ) 
  +                  {
                         return null;
                     }
                  }
  
  
  



More information about the jboss-cvs-commits mailing list