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

Gavin King gavin.king at jboss.com
Tue Jun 19 23:25:08 EDT 2007


  User: gavin   
  Date: 07/06/19 23:25:08

  Modified:    src/main/org/jboss/seam/core  Events.java
  Log:
  fixed
  
  Revision  Changes    Path
  1.29      +1 -1      jboss-seam/src/main/org/jboss/seam/core/Events.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Events.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Events.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- Events.java	19 Jun 2007 19:02:31 -0000	1.28
  +++ Events.java	20 Jun 2007 03:25:08 -0000	1.29
  @@ -140,7 +140,7 @@
         Dispatcher dispatcher = AbstractDispatcher.instance();
         if (dispatcher==null)
         {
  -         throw new IllegalStateException("org.jboss.seam.core.dispatcher is not installed");
  +         throw new IllegalStateException("org.jboss.seam.async.dispatcher is not installed");
         }
         return dispatcher;
      }
  
  
  



More information about the jboss-cvs-commits mailing list