On Sat, 17 Sep 2022 21:43:04 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

> There a few unnecessary usages of StringBuffer in SQLOutputImpl class.
> All of them create StringBuffer from single character and then concatenate 
> with String. Instead of this, we can concatenate character directly.

This pull request has now been integrated.

Changeset: 3419363e
Author:    Andrey Turbanov <aturba...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/3419363e89eaeef61a44fa1ab12d6a355323eb68
Stats:     36 lines in 1 file changed: 0 ins; 15 del; 21 mod

8294361: Cleanup usages of StringBuffer in SQLOutputImpl

Reviewed-by: rriggs, lancea

-------------

PR: https://git.openjdk.org/jdk/pull/10320

Reply via email to