src/share/classes/java/text/DigitList.java

Print this page

        

@@ -60,11 +60,11 @@
  * 10 exponent associated with it.  The value represented by a DigitList
  * object can be computed by mulitplying the fraction f, where 0 <= f < 1,
  * derived by placing all the digits of the list to the right of the
  * decimal point, by 10^exponent.
  *
- * @see  Locale
+ * @see  java.util.Locale
  * @see  Format
  * @see  NumberFormat
  * @see  DecimalFormat
  * @see  ChoiceFormat
  * @see  MessageFormat