diff --git a/src/java.base/share/classes/java/math/BigDecimal.java b/src/java.base/share/classes/java/math/BigDecimal.java index c710d67ec526d..dd6253a713273 100644 --- a/src/java.base/share/classes/java/math/BigDecimal.java +++ b/src/java.base/share/classes/java/math/BigDecimal.java @@ -105,8 +105,8 @@ * considers members of the same cohort to be equal to each other. In * contrast, the {@link equals equals} method requires both the * numerical value and representation to be the same for equality to - * hold. The results of methods like {@link scale} and {@link - * unscaledValue} will differ for numerically equal values with + * hold. The results of methods like {@link #scale()} and {@link + * #unscaledValue()} will differ for numerically equal values with * different representations. * *
In general the rounding modes and precision setting determine
@@ -360,10 +360,10 @@ public class BigDecimal extends Number implements Comparable