javadoc
This commit is contained in:
@@ -1601,7 +1601,7 @@ public class ProtobufWriter extends Writer implements ByteTuple {
|
|||||||
: null;
|
: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** see com.google.protobuf.CodedOutputStream **/
|
// see com.google.protobuf.CodedOutputStream
|
||||||
protected static int computeInt32SizeNoTag(final int value) {
|
protected static int computeInt32SizeNoTag(final int value) {
|
||||||
if (value == 0) {
|
if (value == 0) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user