Merge branch 'wip-2.10.0-RC1-∂π'

This commit is contained in:
Roland 2012-10-15 22:05:22 +02:00
commit 6e34797a69
258 changed files with 396 additions and 482 deletions

View file

@ -10,7 +10,7 @@ import org.scalatest.matchers.MustMatchers
import akka.testkit.AkkaSpec
import akka.event.Logging
import akka.event.LoggingAdapter
import scala.concurrent.util.duration._
import scala.concurrent.duration._
import akka.actor.{ Props, Actor, PoisonPill, ActorSystem }
object DispatcherDocSpec {