bloritsch    2002/09/27 13:29:18

  Modified:    event/src/xdocs command-howto.xml
  Log:
  Add a clarifying message
  
  Revision  Changes    Path
  1.2       +6 -2      jakarta-avalon-excalibur/event/src/xdocs/command-howto.xml
  
  Index: command-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/src/xdocs/command-howto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- command-howto.xml 27 Sep 2002 20:27:16 -0000      1.1
  +++ command-howto.xml 27 Sep 2002 20:29:18 -0000      1.2
  @@ -137,9 +137,13 @@
               return 10 * 1000L;
           }
   
  +        /**
  +         * Anything less than one (zero or less) means to repeat as long
  +         * as the CommandManager is in service.
  +         */
           public int getNumberOfRepeats()
           {
  -            return 0;
  +            return -1;
           }
   
           public void execute()
  
  
  

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

Reply via email to