On Tue, 30 Aug 2022 20:10:43 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Mark Powers has updated the pull request incrementally with one additional >> commit since the last revision: >> >> white space > > src/java.base/share/classes/sun/security/jca/ProviderList.java line 672: > >> 670: "SHA3-384", "SHA3-512" }; >> 671: private static final String[] HmacSHA3Group = { "HmacSHA3-224", >> 672: "HmacSHA3-256", "HmacSHA3-384", "HmacSHA3-512"}; > > Shall I change these `static final` fields to UPPERCASE? Why? ------------- PR: https://git.openjdk.org/jdk/pull/9972