scaladoc for patterns

This commit is contained in:
Roland 2012-01-18 13:26:11 +01:00
parent 4aa0a1ff2b
commit 8b14cd683d
3 changed files with 38 additions and 2 deletions

View file

@ -27,8 +27,8 @@ trait Scheduler {
/**
* Schedules a message to be sent repeatedly with an initial delay and
* frequency. E.g. if you would like a message to be sent immediately and
* thereafter every 500ms you would set delay = Duration.Zero and frequency
* = Duration(500, TimeUnit.MILLISECONDS)
* thereafter every 500ms you would set delay=Duration.Zero and
* frequency=Duration(500, TimeUnit.MILLISECONDS)
*
* Java & Scala API
*/