mima filter
This commit is contained in:
parent
40219ecd40
commit
9bb484afed
2 changed files with 2 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
ProblemFilters.exclude[IncompatibleResultTypeProblem]("akka.remote.testconductor.RemoteConnection.shutdown")
|
||||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue