RFR: 8273140: Replace usages of Enum.class.getEnumConstants() with Enum.values() where possible [v3]
Сергей Цыпанов
github.com+10835776+stsypanov at openjdk.java.net
Tue Aug 31 20:04:30 UTC 2021
On Mon, 30 Aug 2021 19:28:11 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Сергей Цыпанов has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8273140: Fix copyright year
>
> src/java.desktop/share/classes/sun/font/EAttribute.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
>
> You need to also fix this copyright year. It must be `2005, 2021,`
Right! Fixed
> src/java.sql/share/classes/java/sql/JDBCType.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
>
> This one, too.
Done
-------------
PR: https://git.openjdk.java.net/jdk/pull/5303
More information about the hotspot-gc-dev
mailing list