Merge pull request #143 from jboner/wip-1435-doc-java-actors-patriknw

Updated documentation of Actors (Java). See #1435
This commit is contained in:
patriknw 2011-12-09 04:32:24 -08:00
commit 02889404fe
18 changed files with 867 additions and 331 deletions

View file

@ -267,7 +267,7 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
}
/**
* Trait to be used for hooking in new dispatchers into Dispatchers.fromConfig
* Trait to be used for hooking in new dispatchers into Dispatchers.from(cfg: Config)
*/
abstract class MessageDispatcherConfigurator() {
/**