+build Add sort imports support. (#28780)
* Add scalafix plugin for jdk 9. * Add command alias sortImports. * Excludes some sources from SortImports. * Update SortImports to 0.4.0 * Sort imports with `sortImports` command.
This commit is contained in:
parent
ea7205eaf7
commit
0e4d41ad33
1534 changed files with 7454 additions and 6165 deletions
|
|
@ -4,14 +4,15 @@
|
|||
|
||||
package akka.persistence.query
|
||||
|
||||
import akka.actor._
|
||||
import akka.annotation.InternalApi
|
||||
import akka.persistence.query.scaladsl.ReadJournal
|
||||
import akka.persistence.{ PersistencePlugin, PluginProvider }
|
||||
import akka.util.unused
|
||||
import scala.reflect.ClassTag
|
||||
|
||||
import com.typesafe.config.{ Config, ConfigFactory }
|
||||
|
||||
import scala.reflect.ClassTag
|
||||
import akka.actor._
|
||||
import akka.annotation.InternalApi
|
||||
import akka.persistence.{ PersistencePlugin, PluginProvider }
|
||||
import akka.persistence.query.scaladsl.ReadJournal
|
||||
import akka.util.unused
|
||||
|
||||
/**
|
||||
* Persistence extension for queries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue