diff options
author | murgatroid99 <mlumish@google.com> | 2016-09-01 17:09:47 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-09-01 17:09:47 -0700 |
commit | 7c5befd86b56a1eb4d6ed8312d5e722547f39e2d (patch) | |
tree | a43929ed706fb169496efae9bb7186bef6bf7d46 /src | |
parent | b61fd86985a575313540d8bed254f3baba38e685 (diff) |
Change UnimplementedService to UnimplementedEchoService in echo.proto
Diffstat (limited to 'src')
-rw-r--r-- | src/proto/grpc/testing/echo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/grpc/testing/echo.proto b/src/proto/grpc/testing/echo.proto index c596aabfcc..ca60a41b4f 100644 --- a/src/proto/grpc/testing/echo.proto +++ b/src/proto/grpc/testing/echo.proto @@ -42,7 +42,7 @@ service EchoTestService { rpc Unimplemented(EchoRequest) returns (EchoResponse); } -service UnimplementedService { +service UnimplementedEchoService { rpc Unimplemented(EchoRequest) returns (EchoResponse); } |