aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
diff options
context:
space:
mode:
authorGravatar thassss <tommy@vsco.co>2017-06-29 09:24:16 -0700
committerGravatar thassss <tommy@vsco.co>2017-06-29 09:24:16 -0700
commit260ddd175977c4c19d2b06287c1db416b2a4fbf4 (patch)
tree886f37911af4dc4c92efaa5168d89d9c6456a82b /src/objective-c/GRPCClient/private/GRPCWrappedCall.m
parente78a0b79fa5b8c7d0154ba91b2fcca4d55bb2e08 (diff)
Remove nullability specifiers
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
index 2d98f70899..7593a8ab0d 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.m
@@ -236,7 +236,7 @@
}
- (instancetype)initWithHost:(NSString *)host
- serverName:(nullable NSString *)serverName
+ serverName:(NSString *)serverName
path:(NSString *)path {
if (!path || !host) {
[NSException raise:NSInvalidArgumentException