Adding tests for the actor ref serialization bug, 837
This commit is contained in:
parent
e30f85a1ba
commit
aaa8b163f3
3 changed files with 30 additions and 7 deletions
|
|
@ -4,10 +4,9 @@
|
|||
|
||||
package akka.dispatch
|
||||
|
||||
import akka.actor.{Actor, ActorType, ActorRef, ActorInitializationException}
|
||||
import akka.AkkaException
|
||||
|
||||
import java.util.{Queue, List, Comparator, PriorityQueue}
|
||||
import java.util.{Comparator, PriorityQueue}
|
||||
import java.util.concurrent._
|
||||
import akka.util._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue