remove Actor.preRestart(cause: Throwable)

- adapt all internal uses (all tests green)
- start migration guide for 2.0 with this change
This commit is contained in:
Roland 2011-07-03 22:19:34 +02:00
parent 00b9166b57
commit 5de2ca7aa5
16 changed files with 50 additions and 44 deletions

View file

@ -254,7 +254,7 @@ object ConsumerScalaTest {
case "succeed" self.reply("ok")
}
override def preRestart(reason: scala.Throwable) {
override def preRestart(reason: scala.Throwable, msg: Option[Any]) {
self.reply_?("pr")
}