ICU-21249 Fixing javadoc errors
diff --git a/icu4j/main/classes/core/src/com/ibm/icu/number/NumberFormatterSettings.java b/icu4j/main/classes/core/src/com/ibm/icu/number/NumberFormatterSettings.java
index 6d223bf..5f6c365 100644
--- a/icu4j/main/classes/core/src/com/ibm/icu/number/NumberFormatterSettings.java
+++ b/icu4j/main/classes/core/src/com/ibm/icu/number/NumberFormatterSettings.java
@@ -501,14 +501,13 @@
      * `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