Fixes according to review. #2413
This commit is contained in:
parent
08ef942242
commit
0988101881
7 changed files with 20 additions and 20 deletions
|
|
@ -39,8 +39,8 @@ object HttpExample {
|
|||
}
|
||||
|
||||
// Create the actors. this can be done in a Boot class so you can
|
||||
// run the example in the MicroKernel. just add the three lines below to
|
||||
// your boot class.
|
||||
// run the example in the MicroKernel. Just add the three lines below
|
||||
// to your boot class.
|
||||
val system = ActorSystem("some-system")
|
||||
val httpTransformer = system.actorOf(Props[HttpTransformer])
|
||||
val httpProducer = system.actorOf(Props(new HttpProducer(httpTransformer)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue