Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyejoe committed Jul 18, 2021
1 parent 79816ad commit 1de689b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean equals(Object other) {

@Override
public int encodedLength() {
return Encoders.Strings.encodedLength(appId) + 20;
return Encoders.Strings.encodedLength(appId) + 4 + 4 + 4 + 4 + 4;
}

@Override
Expand Down

0 comments on commit 1de689b

Please sign in to comment.