Skip to content

Commit

Permalink
Rebase commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzifu666 committed Feb 6, 2025
1 parent 0a6a35e commit fd77546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public static String toBase64(String string) {
return toBase64_(string.getBytes(UTF_8));
}

/** SQL TO_BASE64(string)/BASE64(string) function for binary string. */
/** SQL TO_BASE64(string) function for binary string. */
public static String toBase64(ByteString string) {
return toBase64_(string.getBytes());
}
Expand Down

0 comments on commit fd77546

Please sign in to comment.