Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Jun 9, 2011
1 parent 5b11703 commit 80810f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public interface IBasicProperties : IContentHeader
///<summary> creating application id </summary>
string AppId { get; set; }

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

///<summary> Returns true iff the ClusterId property is present.
///<summary> Returns true iff the ClusterId property is present.
/// (cluster id is deprecated in AMQP 0-9-1)
///</summary>
bool IsClusterIdPresent();
Expand Down

0 comments on commit 80810f1

Please sign in to comment.