=act switch to java std lib ThreadLocalRandom

This commit is contained in:
Andrea 2015-09-25 08:39:02 +02:00 committed by Konrad Malawski
parent 0511b07f3e
commit cd3d68a77c
33 changed files with 34 additions and 34 deletions

View file

@ -5,7 +5,7 @@
package akka.persistence
import scala.concurrent.duration._
import scala.concurrent.forkjoin.ThreadLocalRandom
import java.util.concurrent.ThreadLocalRandom
import scala.language.postfixOps
import com.typesafe.config.ConfigFactory

View file

@ -6,7 +6,7 @@ package akka.persistence.journal.chaos
import scala.collection.immutable
import scala.concurrent.Future
import scala.concurrent.forkjoin.ThreadLocalRandom
import java.util.concurrent.ThreadLocalRandom
import akka.persistence._
import akka.persistence.journal.AsyncWriteJournal
import akka.persistence.journal.inmem.InmemMessages