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

Michael Youngstrom youngm at gmail.com
Tue Jun 12 11:46:33 EDT 2007


  User: myoungstrom
  Date: 07/06/12 11:46:33

  Modified:    src/main/org/jboss/seam/core  ThreadPoolDispatcher.java
  Log:
  JBSEAM-1436
  
  Revision  Changes    Path
  1.5       +0 -4      jboss-seam/src/main/org/jboss/seam/core/ThreadPoolDispatcher.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ThreadPoolDispatcher.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ThreadPoolDispatcher.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ThreadPoolDispatcher.java	5 Jun 2007 17:02:43 -0000	1.4
  +++ ThreadPoolDispatcher.java	12 Jun 2007 15:46:33 -0000	1.5
  @@ -8,15 +8,12 @@
   import java.util.concurrent.ScheduledExecutorService;
   import java.util.concurrent.TimeUnit;
   
  -import javax.interceptor.Interceptors;
  -
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Destroy;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  -import org.jboss.seam.ejb.SeamInterceptor;
   import org.jboss.seam.intercept.InvocationContext;
   
   /**
  @@ -28,7 +25,6 @@
    */
   @Scope(ScopeType.APPLICATION)
   @Name("org.jboss.seam.core.dispatcher")
  - at Interceptors(SeamInterceptor.class)
   @Install(precedence=BUILT_IN)
   public class ThreadPoolDispatcher extends AbstractDispatcher<Future, TimerSchedule>
   {
  
  
  



More information about the jboss-cvs-commits mailing list