Skip to content

Commit

Permalink
fixed todo wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Sep 16, 2024
1 parent 31da0e5 commit 5a918f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected static void appendToken(StringBuilder sb, String token) {
}

private static void checkAndAppendProtobufVersionIfNecessary(StringBuilder sb, String token) {
// TODO(b:/366417603): appending protobuf version to existing client library column is a
// TODO(b/366417603): appending protobuf version to existing client library token until resolved
// temporary fix while waiting for dedicated field to be added in concord
if (token.matches(tokensToAppendProfobufVersionTo)) {
sb.append(protobufVersionAppendValue);
Expand Down

0 comments on commit 5a918f4

Please sign in to comment.