ICU-21249 Fixing javadoc errors
This commit is contained in:
parent
ad32263a23
commit
61f0e16b11
@ -501,14 +501,13 @@ public abstract class NumberFormatterSettings<T extends NumberFormatterSettings<
|
||||
* `Locale` and the unit quantity. For example, formatting length
|
||||
* measurements specified in meters:
|
||||
*
|
||||
* <p>
|
||||
* <pre>
|
||||
* NumberFormatter.with().usage("person").unit(MeasureUnit.METER).locale(new ULocale("en-US"))
|
||||
* </pre>
|
||||
* <ul>
|
||||
* <li> When formatting 0.25, the output will be "10 inches".
|
||||
* <li> When formatting 1.50, the output will be "4 feet and 11 inches".
|
||||
* </li>
|
||||
* </ul>
|
||||
*
|
||||
* <p>
|
||||
* The input unit specified via unit() determines the type of measurement
|
||||
|
Loading…
Reference in New Issue
Block a user