=all remove unused imports
This commit is contained in:
parent
4fcf08e7e8
commit
b6cbc7f13a
423 changed files with 488 additions and 1223 deletions
|
|
@ -4,9 +4,7 @@
|
|||
package akka.cluster.ddata
|
||||
|
||||
import java.security.MessageDigest
|
||||
import scala.annotation.tailrec
|
||||
import scala.collection.immutable
|
||||
import scala.collection.immutable.Queue
|
||||
import scala.collection.mutable
|
||||
import scala.concurrent.duration._
|
||||
import scala.concurrent.duration.FiniteDuration
|
||||
|
|
@ -1269,7 +1267,6 @@ private[akka] object ReadWriteAggregator {
|
|||
* INTERNAL API
|
||||
*/
|
||||
private[akka] abstract class ReadWriteAggregator extends Actor {
|
||||
import Replicator.Internal._
|
||||
import ReadWriteAggregator._
|
||||
|
||||
def timeout: FiniteDuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue