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

Gavin King gavin.king at jboss.com
Sat Jun 9 00:10:39 EDT 2007


  User: gavin   
  Date: 07/06/09 00:10:39

  Modified:    src/main/org/jboss/seam/core  Manager.java
  Log:
  msg
  
  Revision  Changes    Path
  1.166     +2 -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.165
  retrieving revision 1.166
  diff -u -b -r1.165 -r1.166
  --- Manager.java	3 Jun 2007 23:02:25 -0000	1.165
  +++ Manager.java	9 Jun 2007 04:10:39 -0000	1.166
  @@ -44,7 +44,7 @@
    *
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.165 $
  + * @version $Revision: 1.166 $
    */
   @Scope(ScopeType.EVENT)
   @Name("org.jboss.seam.core.manager")
  @@ -98,7 +98,7 @@
      {
         if ( ConversationEntries.instance().getConversationIds().contains(id) )
         {
  -         throw new IllegalStateException("Conversation id is already in use");
  +         throw new IllegalStateException("Conversation id is already in use: " + id);
         }
         
         String[] names = Contexts.getConversationContext().getNames();
  
  
  



More information about the jboss-cvs-commits mailing list