This commit is contained in:
redkale
2024-09-25 15:01:53 +08:00
parent 133c280dc2
commit aa4c592d9e

View File

@@ -1601,7 +1601,7 @@ public class ProtobufWriter extends Writer implements ByteTuple {
: null;
}
/** see com.google.protobuf.CodedOutputStream **/
// see com.google.protobuf.CodedOutputStream
protected static int computeInt32SizeNoTag(final int value) {
if (value == 0) {
return 1;