[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations/timer ...

Gavin King gavin.king at jboss.com
Mon Oct 30 11:54:34 EST 2006


  User: gavin   
  Date: 06/10/30 11:54:34

  Modified:    src/main/org/jboss/seam/annotations/timer 
                        IntervalDuration.java
  Log:
  minor improvs
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/annotations/timer/IntervalDuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IntervalDuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/timer/IntervalDuration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- IntervalDuration.java	9 Oct 2006 18:44:05 -0000	1.2
  +++ IntervalDuration.java	30 Oct 2006 16:54:34 -0000	1.3
  @@ -11,8 +11,8 @@
    * The interval between occurrences of a repeating
    * asynchronous call.
    * 
  - * This annotation occurs on a parameter of type Date
  - * of a method marked @Asynchronous.
  + * This annotation occurs on a parameter of type long
  + * or Long of a method marked @Asynchronous.
    * 
    * @author Gavin King
    *
  
  
  



More information about the jboss-cvs-commits mailing list