On Mon, 17 Mar 2025 22:58:20 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
>> Artur Barashev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Typo fix > > src/java.base/share/classes/sun/security/util/DisabledAlgorithmConstraints.java > line 822: > >> 820: } >> 821: this.scopes.add(scope); >> 822: } else { > > extra whitespace Please elaborate, I'm not quite sure what it means. > test/jdk/sun/security/ssl/SignatureScheme/AbstractCheckSignatureSchemes.java > line 2: > >> 1: /* >> 2: * Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights >> reserved. > > Since this is a new file, it only needs 2025 Most of this file's content was copied from `SigSchemePropOrdering`, so we keep the original start year. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23681#discussion_r2004125914 PR Review Comment: https://git.openjdk.org/jdk/pull/23681#discussion_r2004130787