On Thu, 8 May 2025 21:07:16 GMT, Joe Darcy <da...@openjdk.org> wrote:
> Fix javadoc tags. I just noticed there are a couple more javadoc tags that need to be fixed in this class, I still see two more warnings. I should have included these in the JBS issue when filling it. src/java.base/share/classes/java/math/BigDecimal.java:363: warning: reference to non-visible type: BigDecimal.scale (use -protected or -private options to document non-public types) * The scale of this BigDecimal, as returned by {@link #scale}. ^ src/java.base/share/classes/java/math/BigDecimal.java:366: warning: reference to non-visible type: BigDecimal.scale (use -protected or -private options to document non-public types) * @see #scale ^ ``` ------------- Changes requested by nbenalla (Committer). PR Review: https://git.openjdk.org/jdk/pull/25131#pullrequestreview-2827841653