fix eclipse build: config/ is gone, must not depend on it

This commit is contained in:
Roland 2011-12-28 16:50:57 +01:00
parent 05e11b6fa3
commit 6f721ec106
2 changed files with 1 additions and 5 deletions

View file

@ -303,7 +303,7 @@ class ActorDocSpec extends AkkaSpec(Map("akka.loglevel" -> "INFO")) {
class WatchActor extends Actor {
val child = context.actorOf(Props.empty, "child")
context.watch(child) // <-- this is the only call needed for registration
context.watch(child) // <-- this is the only call needed for registration
var lastSender = system.deadLetters
def receive = {