Commit c248e08
ref(core): Drop redundant StringBuilder in hashing helper (JAVA-554)
Return the hex string directly instead of wrapping it in a StringBuilder
only to immediately call toString().
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7ed7c97 commit c248e08
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
0 commit comments