[jboss-cvs] jboss-seam/src/ioc/org/jboss/seam/ioc/spring ...

Gavin King gavin.king at jboss.com
Wed Jun 20 12:58:23 EDT 2007


  User: gavin   
  Date: 07/06/20 12:58:23

  Modified:    src/ioc/org/jboss/seam/ioc/spring 
                        SpringTaskExecutorDispatcher.java
  Log:
  missed some
  
  Revision  Changes    Path
  1.5       +4 -1      jboss-seam/src/ioc/org/jboss/seam/ioc/spring/SpringTaskExecutorDispatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SpringTaskExecutorDispatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/spring/SpringTaskExecutorDispatcher.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- SpringTaskExecutorDispatcher.java	20 Jun 2007 03:25:07 -0000	1.4
  +++ SpringTaskExecutorDispatcher.java	20 Jun 2007 16:58:23 -0000	1.5
  @@ -8,6 +8,9 @@
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.async.AbstractDispatcher;
  +import org.jboss.seam.async.Asynchronous;
  +import org.jboss.seam.async.AsynchronousEvent;
  +import org.jboss.seam.async.AsynchronousInvocation;
   import org.jboss.seam.async.Dispatcher;
   import org.jboss.seam.async.Schedule;
   import org.jboss.seam.async.TimerSchedule;
  @@ -91,7 +94,7 @@
       */
      static class RunnableAsynchronous implements Runnable
      {
  -      private AbstractDispatcher.Asynchronous async;
  +      private Asynchronous async;
   
         RunnableAsynchronous(Asynchronous async)
         {
  
  
  



More information about the jboss-cvs-commits mailing list