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

Gavin King gavin.king at jboss.com
Tue Feb 6 18:29:47 EST 2007


  User: gavin   
  Date: 07/02/06 18:29:47

  Modified:    src/main/org/jboss/seam/core  Manager.java
  Log:
  ws
  
  Revision  Changes    Path
  1.140     +3 -2      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.139
  retrieving revision 1.140
  diff -u -b -r1.139 -r1.140
  --- Manager.java	6 Feb 2007 06:20:12 -0000	1.139
  +++ Manager.java	6 Feb 2007 23:29:47 -0000	1.140
  @@ -41,7 +41,7 @@
    *
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.139 $
  + * @version $Revision: 1.140 $
    */
   @Scope(ScopeType.EVENT)
   @Name("org.jboss.seam.core.manager")
  @@ -997,7 +997,8 @@
       * view id for the current page, to support conversation switching.
       * Called just before the render phase.
       */
  -   public void prepareBackswitch(FacesContext facesContext) {
  +   public void prepareBackswitch(FacesContext facesContext) 
  +   {
         
         Conversation conversation = Conversation.instance();
   
  
  
  



More information about the jboss-cvs-commits mailing list