On Thu, 12 Mar 2026 14:52:32 GMT, Alan Bateman <[email protected]> wrote:
> Style-wise I think better to use boolean rathe rather var here as you have to > look closely to see that the RHS yields a boolean result (it's not obvious > from the name "emptyAuth"). Thanks, `var` is often a solution in search of a problem. Changed to `boolean` for the optionality locals. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30151#discussion_r2925297678
