Skip to content

Commit ac2376f

Browse files
author
Emile Joubert
committed
Tests support Java 1.5
1 parent c2d558c commit ac2376f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/com/rabbitmq/client/test/functional/ConsumerCancelNotificiation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public void testConsumerCancellationInterruptsQueuingConsumerWait()
5757
final QueueingConsumer consumer = new QueueingConsumer(channel);
5858
Runnable receiver = new Runnable() {
5959

60-
@Override
6160
public void run() {
6261
try {
6362
try {

0 commit comments

Comments
 (0)