Reformat with scalariform
This commit is contained in:
parent
6f2fcc91ed
commit
340ed11de5
75 changed files with 985 additions and 1012 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue