--- old/src/share/classes/java/text/DigitList.java Mon Oct 1 10:51:23 2012 +++ new/src/share/classes/java/text/DigitList.java Mon Oct 1 10:51:22 2012 @@ -62,7 +62,7 @@ * 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