A DESCRIPTION OF THE PROBLEM :
The JavaDoc of CompactNumberFormat in line 209 points to a wrong enum
"@see CompactNumberFormat.Style"
should be
"@see NumberFormat.Style"
REGRESSION : Last worked in version 14.0.1
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Open the source file CompactNumberFormat.java
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
"@see NumberFormat.Style"
in line 209.
ACTUAL -
"@see CompactNumberFormat.Style"
in line 209.
FREQUENCY : always
The JavaDoc of CompactNumberFormat in line 209 points to a wrong enum
"@see CompactNumberFormat.Style"
should be
"@see NumberFormat.Style"
REGRESSION : Last worked in version 14.0.1
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Open the source file CompactNumberFormat.java
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
"@see NumberFormat.Style"
in line 209.
ACTUAL -
"@see CompactNumberFormat.Style"
in line 209.
FREQUENCY : always