Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ public static int sizeOfString(FieldDefinition field, String value, boolean skip
* @param value string value to get encoded size for
* @return the number of bytes for encoded value
*/
static int sizeOfStringNoTag(String value) {
public static int sizeOfStringNoTag(String value) {
// When not a oneOf don't write default value
if ((value == null || value.isEmpty())) {
return 0;
Expand Down
Loading
Loading