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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 15 09:30:55 EDT 2007


  User: pmuir   
  Date: 07/10/15 09:30:55

  Modified:    src/main/org/jboss/seam/async  Schedule.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/async/Schedule.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Schedule.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/async/Schedule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Schedule.java	19 Jun 2007 19:08:46 -0000	1.1
  +++ Schedule.java	15 Oct 2007 13:30:55 -0000	1.2
  @@ -7,7 +7,7 @@
    * A "schedule" for a timed event executed by
    * a timer service which supports delayed
    * timed events. It is the base class for the more
  - * useful TimerSchedule and CronSchedule classes.
  + * useful TimerSchedule, NthBusinessDay and CronSchedule classes.
    * 
    * @author Michael Yuan
    *
  
  
  



More information about the jboss-cvs-commits mailing list