ICU-21249 Fixing javadoc errors

This commit is contained in:
yumaoka 2020-09-29 22:37:15 -04:00 committed by Yoshito Umaoka
parent ad32263a23
commit 61f0e16b11

View File

@ -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