File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
test/src/com/rabbitmq/client/test/functional Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4747import com .rabbitmq .client .Channel ;
4848import com .rabbitmq .client .GetResponse ;
4949import com .rabbitmq .client .QueueingConsumer ;
50- import com .rabbitmq .client .ShutdownSignalException ;
5150import com .rabbitmq .client .QueueingConsumer .Delivery ;
5251
5352import 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 );
You can’t perform that action at this time.
0 commit comments