Fix actor ref spec

This commit is contained in:
Peter Vlugter 2011-10-12 09:57:33 +02:00
parent 14751f7d29
commit 42e1bba164
6 changed files with 57 additions and 28 deletions

View file

@ -47,14 +47,12 @@ object Types {
def Headers(): Headers = Nil
}
/**
*
*/
trait Mist {
import javax.servlet.ServletContext
protected def application: AkkaApplication
/**
@ -124,7 +122,7 @@ trait Mist {
trait RootEndpointLocator {
var root: ActorRef = null
protected def application: AkkaApplication
def configureRoot(address: String) {