On Mon, 23 Oct 2023 20:05:50 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Fix typo.
>
> src/java.base/share/classes/java/math/BigDecimal.java line 302:
> 
>> 300:  * scale. For example, an {@linkplain BigDecimal#multiply(BigDecimal)
>> 301:  * exact multiply} of two {@code BigDecimal} values is subject to the
>> 302:  * same {@linkplain BigInteger##algorithmicComplexity complexity
> 
> Does this link need two `##` or only one?

The "##" is used for HTML id's declared in the javadoc.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16298#discussion_r1369230076

Reply via email to