On Mon, 16 Oct 2023 07:02:19 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> displayError > > src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java > line 151: > >> 149: target = CredentialsCache.getInstance(name); >> 150: >> 151: if (target != null) { > > Suggestion: > > if (target != null) { Thanks! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15951#discussion_r1360767584