On Sat, 18 Dec 2021 15:28:48 GMT, Nir Lisker <nlis...@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