We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eaac17 + 0c6c9e4 commit 0bdf458Copy full SHA for 0bdf458
test/src/com/rabbitmq/client/test/functional/Recover.java
@@ -31,13 +31,14 @@
31
32
package com.rabbitmq.client.test.functional;
33
34
-import com.rabbitmq.client.test.BrokerTestCase;
35
import java.util.Arrays;
36
import java.io.IOException;
37
38
import com.rabbitmq.client.AMQP;
39
import com.rabbitmq.client.QueueingConsumer;
40
+import com.rabbitmq.client.test.BrokerTestCase;
41
+
42
public class Recover extends BrokerTestCase {
43
44
String queue;
0 commit comments