Skip to content

Commit 0bdf458

Browse files
author
Michael Bridgen
committed
Merge same change on heads
2 parents 7eaac17 + 0c6c9e4 commit 0bdf458

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@
3131

3232
package com.rabbitmq.client.test.functional;
3333

34-
import com.rabbitmq.client.test.BrokerTestCase;
3534
import java.util.Arrays;
3635
import java.io.IOException;
3736

3837
import com.rabbitmq.client.AMQP;
3938
import com.rabbitmq.client.QueueingConsumer;
4039

40+
import com.rabbitmq.client.test.BrokerTestCase;
41+
4142
public class Recover extends BrokerTestCase {
4243

4344
String queue;

0 commit comments

Comments
 (0)