aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-14 16:34:58 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-14 16:34:58 -0800
commite023468e9a82a4338e30e57ab822c86406480b94 (patch)
treeac6a436cc409636f3492225cbd0250bf7a87e939 /src/objective-c/GRPCClient/private/GRPCChannel.h
parentb22120f69601450d4cbdc6957f661ba7ec29ca3a (diff)
some nit fixes
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannel.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannel.h b/src/objective-c/GRPCClient/private/GRPCChannel.h
index 6c58f4f387..32e68bb262 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannel.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannel.h
@@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN
* Options of the corresponding call. Note that only the channel-related options are of interest to
* this class.
*/
-@property(strong, readonly) GRPCCallOptions *callOptions;
+@property(readonly) GRPCCallOptions *callOptions;
/** Acquire the factory to generate a new channel with current configurations. */
@property(readonly) id<GRPCChannelFactory> channelFactory;