Skip to content

Commit

Permalink
Merge pull request #11773 from NVIDIA/branch-24.12
Browse files Browse the repository at this point in the history
[auto-merge] branch-24.12 to branch-25.02 [skip ci] [bot]
  • Loading branch information
nvauto authored Nov 26, 2024
2 parents b208f9f + 2b6ac11 commit d0d4590
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ object GetJsonObjectMask {
oneToOneMap: Map[Char, Char],
digitMap: Map[Char, Char]): String = {
if (originStr != null) {
val buf = new StringBuffer(originStr.length)
val buf = new StringBuilder(originStr.length)
var idx = 0
while (idx < originStr.length) {
val originChar = originStr(idx)
Expand Down

0 comments on commit d0d4590

Please sign in to comment.