On Thu, 14 Mar 2024 20:25:06 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java >> line 1015: >> >>> 1013: } catch (Exception e) { >>> 1014: lcreds = null; >>> 1015: if (debug != null) >> >> Might want to add curley braces here and elsewhere. > > Can I leave them unchanged? I don't know an efficient way to search for all > places. Yes. It's only a nit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18199#discussion_r1525463067