aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-11-05 11:22:18 -0800
committerGravatar GitHub <noreply@github.com>2018-11-05 11:22:18 -0800
commite4faafa5eb2b0b877a4b15822fb40101eea28a73 (patch)
tree07a59cfce54e7b44df00a8c453b7e24c09c095d1
parent61c3a7aa58645e568d52a4d3f5e99229bff257a3 (diff)
parent6faa17c6ca5a7a4df90e1a18506d77306eaa869b (diff)
Merge pull request #17085 from yashykt/minor_cleanup
Minor Cleanup
-rw-r--r--include/grpcpp/impl/codegen/server_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpcpp/impl/codegen/server_interface.h b/include/grpcpp/impl/codegen/server_interface.h
index 8bfb10f704..55c94f4d2f 100644
--- a/include/grpcpp/impl/codegen/server_interface.h
+++ b/include/grpcpp/impl/codegen/server_interface.h
@@ -335,9 +335,9 @@ class ServerInterface : public internal::CallHook {
private:
// EXPERIMENTAL
// Getter method for the vector of interceptor factory objects.
- // Returns a nullptr (rather than being pure) since this is a new method and
- // adding a new pure method to an interface would be a breaking change (even
- // though this is private and non-API)
+ // Returns a nullptr (rather than being pure) since this is a post-1.0 method
+ // and adding a new pure method to an interface would be a breaking change
+ // (even though this is private and non-API)
virtual std::vector<
std::unique_ptr<experimental::ServerInterceptorFactoryInterface>>*
interceptor_creators() {