aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-12 15:52:54 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-12 15:52:54 -0800
commit0f4d465452552cfaf16367241c8894034d1f575a (patch)
tree0e06f22899ebc716f3dbc77ffe2f954c37c3a50f
parenta5fd84e65a7f60497f343212151751690eb6517c (diff)
nit fix
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.h b/src/objective-c/GRPCClient/private/GRPCHost.h
index f1d5719642..ca3c52ea17 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.h
+++ b/src/objective-c/GRPCClient/private/GRPCHost.h
@@ -64,7 +64,7 @@ struct grpc_channel_credentials;
withCertChain:(nullable NSString *)pemCertChain
error:(NSError **)errorPtr;
-@property(atomic, readwrite) GRPCTransportType transportType;
+@property(atomic) GRPCTransportType transportType;
+ (GRPCCallOptions *)callOptionsForHost:(NSString *)host;