RFR: 8313612: Use JUnit in lib-test/jdk tests [v3]
Christian Stein
cstein at openjdk.org
Tue Sep 19 10:02:40 UTC 2023
On Tue, 15 Aug 2023 08:07:09 GMT, Christian Stein <cstein at openjdk.org> wrote:
>> test/lib-test/jdk/test/lib/format/ArrayDiffTest.java line 2:
>>
>>> 1: /*
>>> 2: * Copyright (c) 2020, 2021, 2023, Oracle and/or its affiliates. All rights reserved.
>>
>> Should it just modify the second year, here is `2021`, to `2023`?
>
> Yes, good catch! I added two more occurances to my second review.
The line must only two years. Like so:
` * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15131#discussion_r1329878287
More information about the core-libs-dev
mailing list