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

Peter Muir peter at bleepbleep.org.uk
Fri Nov 16 06:09:14 EST 2007


  User: pmuir   
  Date: 07/11/16 06:09:14

  Modified:    src/main/org/jboss/seam/core  Manager.java
  Log:
  JBSEAM-2153
  
  Revision  Changes    Path
  1.188     +2 -0      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.187
  retrieving revision 1.188
  diff -u -b -r1.187 -r1.188
  --- Manager.java	13 Sep 2007 03:13:21 -0000	1.187
  +++ Manager.java	16 Nov 2007 11:09:14 -0000	1.188
  @@ -45,6 +45,8 @@
   {
      private static final LogProvider log = Logging.getLogProvider(Manager.class);
   
  +   public static final String REDIRECT_FROM_MANAGER = "org.jboss.seam.core.Manager";
  +
      //The id of the current conversation
      private String currentConversationId;
      private List<String> currentConversationIdStack;
  
  
  



More information about the jboss-cvs-commits mailing list