We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4cb95 commit df3c655Copy full SHA for df3c655
projects/client/RabbitMQ.Client/src/client/api/Protocols.cs
@@ -51,7 +51,7 @@ public class Protocols
51
// We'd make this class static, but for MS's .NET 1.1 compilers
52
private Protocols() {}
53
54
- ///<summary>Protocol version 0-9-1 as modified by VMWare.</summary>
+ ///<summary>Protocol version 0-9-1 as modified by Pivotal.</summary>
55
public static IProtocol AMQP_0_9_1
56
{
57
get { return new RabbitMQ.Client.Framing.v0_9_1.Protocol(); }
0 commit comments