On Mon, 15 Mar 2021 23:02:33 GMT, Joe Darcy <[email protected]> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Missing @since
>
> src/java.base/share/classes/java/util/Random.java line 135:
>
>> 133: * number generator which is maintained by method {@link #next}.
>> 134: *
>> 135: * @implSpec <p>The invocation {@code new Random(seed)} is
>> equivalent to:
>
> This is not conventional formatting for an implSpec section. I suggest
> putting implSpec on its own line and then left-justifying the text as normal.
> A new paragraph tag is no needed at the beginning of implSpec.
Adjusted
-------------
PR: https://git.openjdk.java.net/jdk/pull/1292