]> granicus.if.org Git - icu/commitdiff
ICU-21249 Fixing javadoc errors
authoryumaoka <y.umaoka@gmail.com>
Wed, 30 Sep 2020 02:37:15 +0000 (22:37 -0400)
committerYoshito Umaoka <yumaoka@users.noreply.github.com>
Wed, 30 Sep 2020 04:57:10 +0000 (00:57 -0400)
icu4j/main/classes/core/src/com/ibm/icu/number/NumberFormatterSettings.java

index 6d223bfdb37b963307db798fa9d1663e265d45e6..5f6c365f8e661c423380fda7419f428dffb8b039 100644 (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