Skip to content

Commit 420e814

Browse files
authored
Merge pull request grpc#22893 from grpc/vjpai-patch-1
Mark override on service method
2 parents 8fa1b33 + 113c7fc commit 420e814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cpp/end2end/interceptors_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class EchoTestServiceStreamingImpl : public EchoTestService::Service {
103103
~EchoTestServiceStreamingImpl() override {}
104104

105105
Status Echo(ServerContext* context, const EchoRequest* request,
106-
EchoResponse* response) {
106+
EchoResponse* response) override {
107107
auto client_metadata = context->client_metadata();
108108
for (const auto& pair : client_metadata) {
109109
context->AddTrailingMetadata(ToString(pair.first), ToString(pair.second));

0 commit comments

Comments
 (0)