mirror of https://github.com/apache/activemq.git
removed java 5 annotations :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@472209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39b0376001
commit
11501cb38e
|
@ -49,7 +49,6 @@ public class RollbacksWhileConsumingLargeQueueTest extends EmbeddedBrokerTestSup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
super.setUp();
|
super.setUp();
|
||||||
|
|
||||||
|
@ -66,7 +65,6 @@ public class RollbacksWhileConsumingLargeQueueTest extends EmbeddedBrokerTestSup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void tearDown() throws Exception {
|
protected void tearDown() throws Exception {
|
||||||
if (connection != null) {
|
if (connection != null) {
|
||||||
connection.close();
|
connection.close();
|
||||||
|
|
Loading…
Reference in New Issue