On Thu, 9 Dec 2021 18:31:57 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Andrew Leonard has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8276766: Enable jar and jmod to produce deterministic timestamped content >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> > > test/jdk/tools/jar/ReproducibleJar.java line 74: > >> 72: private static final File jarFileSourceDate1 = new >> File("JarEntryTimeSourceDate1.jar"); >> 73: private static final File jarFileSourceDate2 = new >> File("JarEntryTimeSourceDate2.jar"); >> 74: > > Please consider using caps for your static final variable names done ------------- PR: https://git.openjdk.java.net/jdk/pull/6481