aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-09-01 17:09:47 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-09-01 17:09:47 -0700
commit7c5befd86b56a1eb4d6ed8312d5e722547f39e2d (patch)
treea43929ed706fb169496efae9bb7186bef6bf7d46 /src
parentb61fd86985a575313540d8bed254f3baba38e685 (diff)
Change UnimplementedService to UnimplementedEchoService in echo.proto
Diffstat (limited to 'src')
-rw-r--r--src/proto/grpc/testing/echo.proto2
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);
}