RFR: 8342098: Write a test to compare the images [v2]
Harshitha Onkar
honkar at openjdk.org
Wed Oct 16 16:52:10 UTC 2024
On Wed, 16 Oct 2024 16:39:57 GMT, Naveen Narayanan <duke at openjdk.org> wrote:
>> test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java line 2:
>>
>>> 1: /*
>>> 2: * Copyright (c) 2000,2024, Oracle and/or its affiliates. All rights reserved.
>>
>> Year should be only 2024 right? why 2000,2024
>
> @Vanitha-bp
> It’s a colocation that we are doing on a test that present from year 2000.
> As a practice, looks we can add both years.
> @prrace
> Right, this test is derived from an existing year 2000 test.
> May be thought like both 2000,2024 will come in Copyright.
@Naveenam-Oracle You are missing a space.
Suggestion:
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21524#discussion_r1803478602
More information about the client-libs-dev
mailing list