Catching up with master

This commit is contained in:
Viktor Klang 2011-12-30 19:06:16 +01:00
commit 1dc981725d
12 changed files with 224 additions and 94 deletions

View file

@ -70,8 +70,6 @@ class FutureDocSpec extends AkkaSpec {
import akka.dispatch.Future
import akka.util.duration._
implicit def dispatcher = system.dispatcher
val future = Future {
"Hello" + "World"
}