Fixed import in ants sample for removed Vector class

This commit is contained in:
Peter Vlugter 2010-06-10 15:36:11 +12:00
parent cb241a1dfc
commit 9c026ad27d

View file

@ -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 {