aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2019-01-04 09:40:18 -0800
committerGravatar Muxi Yan <mxyan@google.com>2019-01-04 09:40:18 -0800
commitb4a926961abc9e29016b2ba30093f3925de10514 (patch)
tree3e46843d34824d5c0789b9f70801d60c0554b87c /src/objective-c/GRPCClient/private/GRPCChannelPool.h
parent1f3829180c32c8c2ee1a3d546d6c2bcb3287e312 (diff)
Fix static analizer errors
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.h b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
index d3a99ca826..e00ee69e63 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
@@ -88,7 +88,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Return a channel with a particular configuration. The channel may be a cached channel.
*/
-- (GRPCPooledChannel *)channelWithHost:(NSString *)host callOptions:(GRPCCallOptions *)callOptions;
+- (nullable GRPCPooledChannel *)channelWithHost:(NSString *)host
+ callOptions:(GRPCCallOptions *)callOptions;
/**
* Disconnect all channels in this pool.