File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/client/RabbitMQ.Client/src/client/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public interface IBasicProperties : IContentHeader
101
101
///<summary> creating application id </summary>
102
102
string AppId { get ; set ; }
103
103
104
- ///<summary> intra-cluster routing identifier
104
+ ///<summary> intra-cluster routing identifier
105
105
/// (cluster id is deprecated in AMQP 0-9-1)
106
106
///</summary>
107
107
string ClusterId { get ; set ; }
@@ -189,7 +189,7 @@ public interface IBasicProperties : IContentHeader
189
189
///<summary> Returns true iff the AppId property is present. </summary>
190
190
bool IsAppIdPresent ( ) ;
191
191
192
- ///<summary> Returns true iff the ClusterId property is present.
192
+ ///<summary> Returns true iff the ClusterId property is present.
193
193
/// (cluster id is deprecated in AMQP 0-9-1)
194
194
///</summary>
195
195
bool IsClusterIdPresent ( ) ;
You can’t perform that action at this time.
0 commit comments