On Mon, 22 Dec 2025 23:50:25 GMT, Kevin Rushforth <[email protected]> wrote:
>> Nir Lisker has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Clarify thread safety > > modules/javafx.base/src/main/java/javafx/util/converter/CharacterStringConverter.java > line 28: > >> 26: package javafx.util.converter; >> 27: >> 28: /// A `StringConverter` implementation for `Character` (and `character`) >> values. Formatting is done by > > Shouldn't that be "and `char`" since there is no primitive type name > `character`? The only primitive with a different name from its wrapper :) ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1880#discussion_r2642608642
