File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/java.base/share/classes/java/math Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 105
105
* considers members of the same cohort to be equal to each other. In
106
106
* contrast, the {@link equals equals} method requires both the
107
107
* numerical value and representation to be the same for equality to
108
- * hold. The results of methods like {@link scale} and {@link
109
- * unscaledValue} will differ for numerically equal values with
108
+ * hold. The results of methods like {@link # scale() } and {@link
109
+ * # unscaledValue() } will differ for numerically equal values with
110
110
* different representations.
111
111
*
112
112
* <p>In general the rounding modes and precision setting determine
@@ -360,10 +360,10 @@ public class BigDecimal extends Number implements Comparable<BigDecimal> {
360
360
private final BigInteger intVal ;
361
361
362
362
/**
363
- * The scale of this BigDecimal, as returned by {@link #scale}.
363
+ * The scale of this BigDecimal, as returned by {@link #scale() }.
364
364
*
365
365
* @serial
366
- * @see #scale
366
+ * @see #scale()
367
367
*/
368
368
private final int scale ; // Note: this may have any value, so
369
369
// calculations must be done in longs
You can’t perform that action at this time.
0 commit comments