akka-cluster-sharding compiler warnings as fatal errors (#26648)

This commit is contained in:
Johan Andrén 2019-04-05 14:56:33 +02:00 committed by GitHub
parent 38e63a0e41
commit 4bb60bbcc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 101 additions and 114 deletions

View file

@ -24,6 +24,7 @@ import akka.remote.transport.ThrottlerTransportAdapter.Direction
import akka.testkit._
import akka.util.ccompat._
@ccompatUsedUntil213
object ClusterShardingFailureSpec {
case class Get(id: String)
case class Add(id: String, i: Int)