RFR: 8328228: Missing comma in copyright year for a few JColorChooser tests

David Holmes dholmes at openjdk.org
Thu Mar 14 23:41:59 UTC 2024


On Thu, 14 Mar 2024 23:36:13 GMT, Alisen Chung <achung at openjdk.org> wrote:

> Adding comma to copyright years

Changes requested by dholmes (Reviewer).

test/jdk/javax/swing/JColorChooser/Test4759306.java line 2:

> 1: /*
> 2:  * Copyright (c) 2002, 2008, 2024, Oracle and/or its affiliates. All rights reserved.

This line is wrong, we only use the first and last years. Please delete "2008, "

test/jdk/javax/swing/JColorChooser/Test4759934.java line 2:

> 1: /*
> 2:  * Copyright (c) 2003, 2008, 2024, Oracle and/or its affiliates. All rights reserved.

Same here - please delete 2008.

-------------

PR Review: https://git.openjdk.org/jdk/pull/18317#pullrequestreview-1937894902
PR Review Comment: https://git.openjdk.org/jdk/pull/18317#discussion_r1525602281
PR Review Comment: https://git.openjdk.org/jdk/pull/18317#discussion_r1525602402


More information about the client-libs-dev mailing list