Fixed import in ants sample for removed Vector class
This commit is contained in:
parent
cb241a1dfc
commit
9c026ad27d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import scala.util.Random.{nextInt => randomInt}
|
|||
import se.scalablesolutions.akka
|
||||
import akka.actor.{ActorRef, Transactor, Scheduler}
|
||||
import akka.actor.Actor.actorOf
|
||||
import akka.stm.{Vector => _, _}
|
||||
import akka.stm._
|
||||
import akka.stm.Transaction.Local._
|
||||
|
||||
object Config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue