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

Gavin King gavin.king at jboss.com
Fri Nov 9 05:04:05 EST 2007


  User: gavin   
  Date: 07/11/09 05:04:05

  Modified:    src/main/org/jboss/seam/core  Events.java
  Log:
  minor
  
  Revision  Changes    Path
  1.36      +0 -2      jboss-seam/src/main/org/jboss/seam/core/Events.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Events.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Events.java,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- Events.java	15 Oct 2007 13:30:55 -0000	1.35
  +++ Events.java	9 Nov 2007 10:04:05 -0000	1.36
  @@ -13,7 +13,6 @@
   import org.jboss.seam.async.AbstractDispatcher;
   import org.jboss.seam.async.CronSchedule;
   import org.jboss.seam.async.Dispatcher;
  -import org.jboss.seam.async.NthBusinessDaySchedule;
   import org.jboss.seam.async.TimerSchedule;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.core.Expressions.MethodExpression;
  @@ -103,7 +102,6 @@
       * Raise an event that is to be processed according to a "schedule"
       * 
       * @see TimerSchedule (EJB, quartz or JDK timer service)
  -    * @see NthBusinessDaySchedule (quartz timer service only)
       * @see CronSchedule (quartz timer service only)
       * 
       * @param type the event type
  
  
  



More information about the jboss-cvs-commits mailing list