Reformat with scalariform

This commit is contained in:
Peter Vlugter 2011-07-26 18:33:59 +12:00
parent 6f2fcc91ed
commit 340ed11de5
75 changed files with 985 additions and 1012 deletions

View file

@ -5,7 +5,7 @@ package akka.testkit
import akka.actor.dispatch.ActorModelSpec
import java.util.concurrent.CountDownLatch
import org.junit.{After, Test}
import org.junit.{ After, Test }
class CallingThreadDispatcherModelSpec extends ActorModelSpec {
import ActorModelSpec._
@ -43,7 +43,6 @@ class CallingThreadDispatcherModelSpec extends ActorModelSpec {
//Can't handle this...
}
@After
def after {
//remove the interrupted status since we are messing with interrupted exceptions.