On Tue, 1 Aug 2023 16:44:08 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> I'm not a native either, but it flows a bit better IMHO. I checked `String` >> class, they do it like that there as well. > > In the `String` class, I find 10 usages of `{@code false} otherwise`, and 2 > usages of `otherwise {@code false}`. Well, okay, I checked the two public boolean methods (isEmpty, isBlank) :-) ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/870#discussion_r1281008684