On Mon, 7 Mar 2022 08:25:19 GMT, Stephen Colebourne <scolebou...@openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Too many 'the' > > Just to note that there is also some caching in `DecimalStyle`. It might be > possible to reuse `DecimalStyle` here (if it was extended to support grouping > separators). @jodastephen True that. It would also be nice if `DecimalFormatSymbols` also contained grouping size. Will investigate but will use a separate PR for the fallout. ------------- PR: https://git.openjdk.java.net/jdk/pull/7703