rename AkkaConfig values to CamelCase

This commit is contained in:
Roland 2011-10-12 11:34:35 +02:00
parent 42e1bba164
commit 36ec202d94
30 changed files with 146 additions and 139 deletions

View file

@ -36,9 +36,9 @@ object NetworkEventStream {
}
class NetworkEventStream(val app: AkkaApplication) {
import NetworkEventStream._
/**
* Channel actor with a registry of listeners.
*/