diff options
author | Noah Eisen <ncteisen@google.com> | 2017-03-09 10:13:34 -0800 |
---|---|---|
committer | Noah Eisen <ncteisen@google.com> | 2017-03-09 10:13:34 -0800 |
commit | a885d00a3843e13ed234f8a13c58a7ff9de4b397 (patch) | |
tree | c2884f8b6869fc8ca704a73493130eedc9a834fd /src/csharp/Grpc.IntegrationTesting/Empty.cs | |
parent | 55337bb317ab22e662ffebba71078a4e8def7127 (diff) | |
parent | eb064ec7b81b60c5e1eb47d6124d0c05056b3097 (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimization
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/Empty.cs')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/Empty.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/Empty.cs b/src/csharp/Grpc.IntegrationTesting/Empty.cs index 3017e664b9..24ffd61741 100644 --- a/src/csharp/Grpc.IntegrationTesting/Empty.cs +++ b/src/csharp/Grpc.IntegrationTesting/Empty.cs @@ -35,13 +35,13 @@ namespace Grpc.Testing { } #region Messages /// <summary> - /// An empty message that you can re-use to avoid defining duplicated empty - /// messages in your project. A typical example is to use it as argument or the - /// return value of a service API. For instance: + /// An empty message that you can re-use to avoid defining duplicated empty + /// messages in your project. A typical example is to use it as argument or the + /// return value of a service API. For instance: /// - /// service Foo { - /// rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { }; - /// }; + /// service Foo { + /// rpc Bar (grpc.testing.Empty) returns (grpc.testing.Empty) { }; + /// }; /// </summary> public sealed partial class Empty : pb::IMessage<Empty> { private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty()); |