Skip to content

Commit 80810f1

Browse files
author
Simon MacMullen
committed
whitespace
1 parent 5b11703 commit 80810f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/client/RabbitMQ.Client/src/client/api/IBasicProperties.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public interface IBasicProperties : IContentHeader
101101
///<summary> creating application id </summary>
102102
string AppId { get; set; }
103103

104-
///<summary> intra-cluster routing identifier
104+
///<summary> intra-cluster routing identifier
105105
/// (cluster id is deprecated in AMQP 0-9-1)
106106
///</summary>
107107
string ClusterId { get; set; }
@@ -189,7 +189,7 @@ public interface IBasicProperties : IContentHeader
189189
///<summary> Returns true iff the AppId property is present. </summary>
190190
bool IsAppIdPresent();
191191

192-
///<summary> Returns true iff the ClusterId property is present.
192+
///<summary> Returns true iff the ClusterId property is present.
193193
/// (cluster id is deprecated in AMQP 0-9-1)
194194
///</summary>
195195
bool IsClusterIdPresent();

0 commit comments

Comments
 (0)