Skip to content

Commit fb55b26

Browse files
committed
fixup
1 parent e56a08b commit fb55b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ.AMQP.Client/Impl/AmqpConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace RabbitMQ.AMQP.Client.Impl;
1111
/// AmqpConnection is the concrete implementation of <see cref="IConnection"/>
1212
/// It is a wrapper around the AMQP.Net Lite <see cref="Connection"/> class
1313
/// </summary>
14-
public class AmqpConnection : AbstractLifeCycle, IConnection, IDisposable
14+
public class AmqpConnection : AbstractLifeCycle, IConnection
1515
{
1616
private const string ConnectionNotRecoveredCode = "CONNECTION_NOT_RECOVERED";
1717
private const string ConnectionNotRecoveredMessage = "Connection not recovered";

0 commit comments

Comments
 (0)