mirror of https://github.com/apache/activemq.git
fix warnings
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1431699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
109cbe0993
commit
86afe187c1
|
@ -102,7 +102,7 @@ abstract class JMSClientScenario extends Scenario {
|
||||||
try {
|
try {
|
||||||
connection.close()
|
connection.close()
|
||||||
} catch {
|
} catch {
|
||||||
case _ =>
|
case _:Throwable =>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue