mima filter

This commit is contained in:
Patrik Nordwall 2020-04-07 15:50:19 +02:00
parent 40219ecd40
commit 9bb484afed
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
ProblemFilters.exclude[IncompatibleResultTypeProblem]("akka.remote.testconductor.RemoteConnection.shutdown")

View file

@ -112,7 +112,7 @@ private[akka] object RemoteConnection {
case _ => "[unknown]"
}
def shutdown(channel: Channel) = {
def shutdown(channel: Channel): Unit = {
try {
try channel.close()
finally try channel.getFactory.shutdown()