From 77f8da22eefedbb49c13a414ab3ff748137e93d5 Mon Sep 17 00:00:00 2001
From: Makarand Dharmapurikar <makarandd@google.com>
Date: Fri, 8 Jul 2016 15:03:20 -0700
Subject: [PATCH] added a comment just to retrigger tests

---
 src/compiler/objective_c_plugin.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/objective_c_plugin.cc b/src/compiler/objective_c_plugin.cc
index 5026088db1..be64776402 100644
--- a/src/compiler/objective_c_plugin.cc
+++ b/src/compiler/objective_c_plugin.cc
@@ -81,6 +81,7 @@ class ObjectiveCGrpcGenerator : public grpc::protobuf::compiler::CodeGenerator {
         if (IsProtobufLibraryBundledProtoFile(dependency)) {
           ::grpc::string base_name = header;
           grpc_generator::StripPrefix(&base_name, "google/protobuf/");
+          // create the import code snippet
           proto_imports +=
             "#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS\n"
             "  #import <" + ::grpc::string(ProtobufLibraryFrameworkName) +
-- 
GitLab