Skip to content

Commit 679deae

Browse files
author
Emile Joubert
committed
Subscription comment tweak
1 parent 67760db commit 679deae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/client/RabbitMQ.Client/src/client/messagepatterns/Subscription.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ public class Subscription: IEnumerable, IEnumerator, IDisposable {
9999
protected volatile QueueingBasicConsumer m_consumer;
100100
protected string m_consumerTag;
101101

102-
///<summary>Retrieve the queue name we have subscribed to. May
103-
///be a server-generated name, depending on how the
104-
///Subscription was constructed.</summary>
102+
///<summary>Retrieve the queue name we have subscribed to.</summary>
105103
public string QueueName { get { return m_queueName; } }
106104
///<summary>Retrieve the IBasicConsumer that is receiving the
107105
///messages from the server for us. Normally, you will not

0 commit comments

Comments
 (0)