This commit is contained in:
Peter Veentjer 2011-07-25 12:47:43 +03:00
parent 6a91ec0baa
commit 1b1720d65a
12 changed files with 85 additions and 26 deletions

View file

@ -22,7 +22,6 @@ import java.util.concurrent._
import java.lang.RuntimeException
object Scheduler {
import Actor._
case class SchedulerException(msg: String, e: Throwable) extends AkkaException(msg, e)