8252552: DecimalFormat javadoc contains HTML tags in example code
Reviewed-by: lancea, joehw
This commit is contained in:
parent
79d12507b3
commit
2914064cf4
@ -338,9 +338,9 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||||||
*
|
*
|
||||||
* <h3>Example</h3>
|
* <h3>Example</h3>
|
||||||
*
|
*
|
||||||
* <blockquote><pre>{@code
|
* <blockquote><pre><strong>{@code
|
||||||
* <strong>// Print out a number using the localized number, integer, currency,
|
* // Print out a number using the localized number, integer, currency,
|
||||||
* // and percent format for each locale</strong>
|
* // and percent format for each locale}</strong>{@code
|
||||||
* Locale[] locales = NumberFormat.getAvailableLocales();
|
* Locale[] locales = NumberFormat.getAvailableLocales();
|
||||||
* double myNumber = -1234.56;
|
* double myNumber = -1234.56;
|
||||||
* NumberFormat form;
|
* NumberFormat form;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user