<i18n dev> RFR: 8294397: Replace StringBuffer with StringBuilder within java.text [v4]

Lance Andersen lancea at openjdk.org
Sat Oct 1 10:52:28 UTC 2022


On Fri, 30 Sep 2022 20:08:10 GMT, Justin Lu <duke at openjdk.org> wrote:

>> Problem: Unnecessary instances of StringBuffer within java.text (internal only)
>> 
>> Fix: StringBuffer Replaced with StringBuilder, and adjusted variable/method names
>
> Justin Lu has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Remove comment typo
>  - Remove test wrapper

Looks good Justin, thank you for removing the wrapper.

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

Marked as reviewed by lancea (Reviewer).

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


More information about the i18n-dev mailing list