donaldp     2002/09/26 14:09:57

  Modified:    src/java/org/apache/avalon/cornerstone/services/scheduler
                        PeriodicTimeTrigger.java
  Log:
  Fix typo
  
  Submitted By: Greg Steuck <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.7       +1 -1      
jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/PeriodicTimeTrigger.java
  
  Index: PeriodicTimeTrigger.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/services/scheduler/PeriodicTimeTrigger.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PeriodicTimeTrigger.java  12 Sep 2002 10:24:32 -0000      1.6
  +++ PeriodicTimeTrigger.java  26 Sep 2002 21:09:57 -0000      1.7
  @@ -25,7 +25,7 @@
       /**
        * Creates a periodic trigger. It goes off the first time after
        * <tt>offset</tt> milliseconds from the time it was
  -     * <tt>reset</tt> and then every <tt>offset</tt>
  +     * <tt>reset</tt> and then every <tt>period</tt>
        * milliseconds. The trigger is <tt>reset</tt> as
        * part of its construction.
        *
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to