commit | b191ecc8dcfe43a0e352c0a3fc034b94263ae907 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Sep 01 22:01:10 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Sep 01 22:01:10 2014 +0200 |
tree | 7170f102d5f57e69fc9d3811f1038f679e5d1951 | |
parent | db8751b1bc87bb50d356aa88c1902f8ff6972fee [diff] |
THRIFT-2686 Another extraneous semicolon - TBinaryProtocol.h Client: cocoa Patch: Mark Frawley
diff --git a/lib/cocoa/src/protocol/TBinaryProtocol.h b/lib/cocoa/src/protocol/TBinaryProtocol.h index 52cf266..9a73730 100644 --- a/lib/cocoa/src/protocol/TBinaryProtocol.h +++ b/lib/cocoa/src/protocol/TBinaryProtocol.h
@@ -38,7 +38,7 @@ - (int32_t) messageSizeLimit; - (void) setMessageSizeLimit: (int32_t) sizeLimit; -@end; +@end @interface TBinaryProtocolFactory : NSObject <TProtocolFactory> {