Add comment to encodingOverhead

pull/10183/head
Muxi Yan 8 years ago
parent 3f2413d15e
commit f69a885f17
  1. 3
      src/objective-c/tests/InteropTests.m

@ -90,6 +90,9 @@
return nil; return nil;
} }
// This number indicates how many bytes of overhead does Protocol Buffers encoding add onto the
// message. The number varies as different message.proto is used on different servers. The actual
// number for each interop server is overridden in corresponding derived test classes.
- (int32_t)encodingOverhead { - (int32_t)encodingOverhead {
return 0; return 0;
} }

Loading…
Cancel
Save