diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-10-26 10:55:54 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-10-26 10:55:54 -0700 |
commit | 864464197553750d91793c689285787bc05f93d9 (patch) | |
tree | c502f81121aebe35132878ba15699c531f9f220c | |
parent | b10776c50971989e78890d6d72d0c443a942f95f (diff) |
Undo Cocoadoc’ing TODO line.
-rw-r--r-- | src/objective-c/GRPCClient/GRPCCall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h index 91f2942c98..5918f8857a 100644 --- a/src/objective-c/GRPCClient/GRPCCall.h +++ b/src/objective-c/GRPCClient/GRPCCall.h @@ -241,5 +241,5 @@ extern id const kGRPCTrailersKey; */ - (void)cancel; -/** TODO(jcanizales): Let specify a deadline. As a category of GRXWriter? */ +// TODO(jcanizales): Let specify a deadline. As a category of GRXWriter? @end |