Skip to content

Commit 13b30d5

Browse files
author
Matthias Radestock
committed
cosmetic
1 parent 1db8411 commit 13b30d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
import com.rabbitmq.client.Channel;
4848
import com.rabbitmq.client.GetResponse;
4949
import com.rabbitmq.client.QueueingConsumer;
50-
import com.rabbitmq.client.ShutdownSignalException;
5150
import com.rabbitmq.client.QueueingConsumer.Delivery;
5251

5352
import com.rabbitmq.client.AMQP.BasicProperties;
@@ -348,7 +347,9 @@ public void testLimitingMultipleChannels()
348347
ch2.close();
349348
}
350349

351-
public void testLimitInheritsUnackedCount() throws IOException, ShutdownSignalException, InterruptedException {
350+
public void testLimitInheritsUnackedCount()
351+
throws IOException
352+
{
352353
QueueingConsumer c = new QueueingConsumer(channel);
353354
declareBindConsume(c);
354355
fill(1);

0 commit comments

Comments
 (0)