On Wed, 23 Feb 2022 13:14:07 GMT, Jim Laskey <jlas...@openjdk.org> wrote:
>> Yasser Bazzi has updated the pull request incrementally with one additional >> commit since the last revision: >> >> check from master branch > > src/java.base/share/classes/java/util/Random.java line 259: > >> 257: >> 258: private static final AtomicLong seedUniquifier >> 259: = new AtomicLong(8682522807148012L); > > This seems (to me) like an odd indentation change. Reverted the wrong indentation changes sorry about that. ------------- PR: https://git.openjdk.java.net/jdk/pull/7001