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

Gavin King gavin.king at jboss.com
Mon Jun 25 18:56:48 EDT 2007


  User: gavin   
  Date: 07/06/25 18:56:48

  Modified:    src/main/org/jboss/seam/async   AbstractDispatcher.java
                        package-info.java
  Log:
  exception(s)
  
  Revision  Changes    Path
  1.5       +5 -5      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- AbstractDispatcher.java	24 Jun 2007 06:34:30 -0000	1.4
  +++ AbstractDispatcher.java	25 Jun 2007 22:56:48 -0000	1.5
  @@ -4,11 +4,11 @@
   import java.util.Date;
   
   import org.jboss.seam.Component;
  -import org.jboss.seam.annotations.timer.IntervalCron;
  -import org.jboss.seam.annotations.timer.Duration;
  -import org.jboss.seam.annotations.timer.Expiration;
  -import org.jboss.seam.annotations.timer.FinalExpiration;
  -import org.jboss.seam.annotations.timer.IntervalDuration;
  +import org.jboss.seam.annotations.async.Duration;
  +import org.jboss.seam.annotations.async.Expiration;
  +import org.jboss.seam.annotations.async.FinalExpiration;
  +import org.jboss.seam.annotations.async.IntervalCron;
  +import org.jboss.seam.annotations.async.IntervalDuration;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.intercept.InvocationContext;
   import org.jboss.seam.transaction.Transaction;
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/async/package-info.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: package-info.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/async/package-info.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- package-info.java	22 Jun 2007 09:18:40 -0000	1.2
  +++ package-info.java	25 Jun 2007 22:56:48 -0000	1.3
  @@ -3,8 +3,8 @@
    * Support for the EJB timer service, java.util.concurrent, and Quartz.
    * Applications usually don't need to call these APIs directly.
    * 
  - * @see org.jboss.seam.annotations.timer
  - * @see org.jboss.seam.annotations.Asynchronous
  + * @see org.jboss.seam.annotations.async
  + * @see org.jboss.seam.annotations.async.Asynchronous
    */
   @Namespace(value="http://jboss.com/products/seam/async", prefix="org.jboss.seam.async")
   package org.jboss.seam.async;
  
  
  



More information about the jboss-cvs-commits mailing list