From 11501cb38e93d7ad59961fdaad0522f5ff7218ea Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 7 Nov 2006 19:12:48 +0000 Subject: [PATCH] removed java 5 annotations :) git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@472209 13f79535-47bb-0310-9956-ffa450edef68 --- .../test/rollback/RollbacksWhileConsumingLargeQueueTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/activemq-core/src/test/java/org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.java b/activemq-core/src/test/java/org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.java index cde2daab5a..8dceae251c 100644 --- a/activemq-core/src/test/java/org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.java +++ b/activemq-core/src/test/java/org/apache/activemq/test/rollback/RollbacksWhileConsumingLargeQueueTest.java @@ -49,7 +49,6 @@ public class RollbacksWhileConsumingLargeQueueTest extends EmbeddedBrokerTestSup } - @Override protected void setUp() throws Exception { super.setUp(); @@ -66,7 +65,6 @@ public class RollbacksWhileConsumingLargeQueueTest extends EmbeddedBrokerTestSup } - @Override protected void tearDown() throws Exception { if (connection != null) { connection.close();