aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.m
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-08 10:40:00 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-06-08 10:40:00 -0700
commit4f11ab1ffd20a3a0cf2c33a563fcd5437733c189 (patch)
treeed85d4bd29da2a596db728f8a0b30773d68d4bc6 /src/objective-c/ProtoRPC/ProtoRPC.m
parent6f9501098ec0714f620b0913ffdc6f824f8aca14 (diff)
addressed feedback.
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.m')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.m b/src/objective-c/ProtoRPC/ProtoRPC.m
index 27c8b0eff7..fb0b566f19 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.m
+++ b/src/objective-c/ProtoRPC/ProtoRPC.m
@@ -118,6 +118,6 @@ static NSError *ErrorForBadProto(id proto, Class expectedClass, NSError *parsing
}
@end
-@implementation GRPCProtoRPC
+@implementation GRPCProtoCall
@end