Skip to content

Commit df3c655

Browse files
VMware => Pivotal
1 parent aa4cb95 commit df3c655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class Protocols
5151
// We'd make this class static, but for MS's .NET 1.1 compilers
5252
private Protocols() {}
5353

54-
///<summary>Protocol version 0-9-1 as modified by VMWare.</summary>
54+
///<summary>Protocol version 0-9-1 as modified by Pivotal.</summary>
5555
public static IProtocol AMQP_0_9_1
5656
{
5757
get { return new RabbitMQ.Client.Framing.v0_9_1.Protocol(); }

0 commit comments

Comments
 (0)