RFR: 8234921: Add DirectionalLight to the selection of 3D light types [v2]

Kevin Rushforth kcr at openjdk.java.net
Sat Dec 18 15:45:10 UTC 2021


On Sat, 18 Dec 2021 15:28:48 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> modules/javafx.graphics/src/main/java/com/sun/javafx/scene/DirectionalLightHelper.java line 2:
>> 
>>> 1: /*
>>> 2:  * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
>> 
>> 2021
>
> Can the script do all these corrections?

For existing files, yes. For this file (along with `NGDirectionalLight` and `DirectionalLight`), we will end up with `2020, 2021,` after running the script. Not a big deal, but since you have to make other changes anyway to fix the typos you might as well fix this, too.

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

PR: https://git.openjdk.java.net/jfx/pull/548


More information about the openjfx-dev mailing list