Skip to content

Commit

Permalink
Merge pull request akka#1156 from akka/wip-2759-defaultsched-doc-rich
Browse files Browse the repository at this point in the history
Remove mention of Dispatcher from DefaultScheduler scaladoc. Fixes #2759
  • Loading branch information
richdougherty committed Feb 20, 2013
2 parents 18935f2 + c7ec48b commit e9a0879
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions akka-actor/src/main/scala/akka/actor/Scheduler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,7 @@ object LightArrayRevolverScheduler {
}

/**
* Scheduled tasks (Runnable and functions) are executed with the supplied dispatcher.
* Note that dispatcher is by-name parameter, because dispatcher might not be initialized
* when the scheduler is created.
* A scheduler implementation based on a HashedWheelTimer.
*
* The HashedWheelTimer used by this class MUST throw an IllegalStateException
* if it does not enqueue a task. Once a task is queued, it MUST be executed or
Expand Down

0 comments on commit e9a0879

Please sign in to comment.