From b224d6a50008f60ebe4983c87d5d386175d9d9c3 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Wed, 25 Feb 2015 16:03:09 -0800 Subject: [PATCH] Update the comment of GetFeature to clarify its unintuitive behavior --- protos/route_guide.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/route_guide.proto b/protos/route_guide.proto index 7cda80e..3759049 100644 --- a/protos/route_guide.proto +++ b/protos/route_guide.proto @@ -38,6 +38,9 @@ service RouteGuide { // A simple RPC. // // Obtains the feature at a given position. + // + // A feature with an empty name is returned if there's no feature at the given + // position. rpc GetFeature(Point) returns (Feature) {} // A server-to-client streaming RPC.