<i18n dev> RFR: 8312411: MessageFormat.formatToCharacterIterator() can be improved
Naoto Sato
naoto at openjdk.org
Wed Jul 26 19:50:41 UTC 2023
On Wed, 26 Jul 2023 07:39:09 GMT, Justin Lu <jlu at openjdk.org> wrote:
> Please review this change which makes `MessageFormat.formatToCharacterIterator` fail fast(er). The return statement is also modified to call toArray() as `toArray(new T[0])` over `toArray(new T[size])`.
Marked as reviewed by naoto (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15035#pullrequestreview-1548486880
More information about the i18n-dev
mailing list