fix warnings

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1431699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-01-10 22:17:24 +00:00
parent 109cbe0993
commit 86afe187c1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ abstract class JMSClientScenario extends Scenario {
try { try {
connection.close() connection.close()
} catch { } catch {
case _ => case _:Throwable =>
} }
} }