diff options
author | Yuchen Zeng <zyc@google.com> | 2016-09-22 20:56:46 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-09-22 20:56:46 -0700 |
commit | 27e96f9beb04084686b179ee65503d6a7f8ad1b7 (patch) | |
tree | e53b824df3cdc817652e3e28116b1d215072ae46 /src/cpp/ext | |
parent | d53957cf4e3924d2abd201fa60ba1e2ae9ba2526 (diff) |
Add comments about how to re-generate reflection proto files
Diffstat (limited to 'src/cpp/ext')
-rw-r--r-- | src/cpp/ext/reflection.grpc.pb.cc | 2 | ||||
-rw-r--r-- | src/cpp/ext/reflection.pb.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/ext/reflection.grpc.pb.cc b/src/cpp/ext/reflection.grpc.pb.cc index b046dfc1b8..b107b29b4a 100644 --- a/src/cpp/ext/reflection.grpc.pb.cc +++ b/src/cpp/ext/reflection.grpc.pb.cc @@ -32,7 +32,7 @@ */ -// Generated by the gRPC protobuf plugin. +// Generated by tools/codegen/extensions/gen_refelction_proto.sh // If you make any local change, they will be lost. // source: reflection.proto diff --git a/src/cpp/ext/reflection.pb.cc b/src/cpp/ext/reflection.pb.cc index a84494f9a9..a27cb275be 100644 --- a/src/cpp/ext/reflection.pb.cc +++ b/src/cpp/ext/reflection.pb.cc @@ -32,7 +32,7 @@ */ -// Generated by the protocol buffer compiler. DO NOT EDIT! +// Generated by tools/codegen/extensions/gen_refelction_proto.sh // source: reflection.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION |