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

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/async  AbstractDispatcher.java
  Log:
  fixed
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/async/AbstractDispatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AbstractDispatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/async/AbstractDispatcher.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AbstractDispatcher.java	19 Jun 2007 19:08:46 -0000	1.1
  +++ AbstractDispatcher.java	20 Jun 2007 03:25:08 -0000	1.2
  @@ -36,7 +36,7 @@
         {
            throw new IllegalStateException("no application context active");
         }
  -      return (Dispatcher) Component.getInstance("org.jboss.seam.core.dispatcher");         
  +      return (Dispatcher) Component.getInstance("org.jboss.seam.async.dispatcher");         
      }
   
      public static abstract class Asynchronous implements Serializable
  
  
  



More information about the jboss-cvs-commits mailing list