]> granicus.if.org Git - icu/commitdiff
ICU-13060 Fixing tags in DecimalFormat.java
authorShane Carr <shane@unicode.org>
Tue, 28 Mar 2017 16:30:57 +0000 (16:30 +0000)
committerShane Carr <shane@unicode.org>
Tue, 28 Mar 2017 16:30:57 +0000 (16:30 +0000)
X-SVN-Rev: 39950

icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java

index b6b991c68fa91776bfe0f52818183e3ea53770ac..fbe9915b548349a8a034a5df4e6d8592487b3268 100644 (file)
@@ -175,7 +175,7 @@ import com.ibm.icu.util.ULocale.Category;
  *
  * <h3>Parsing</h3>
  *
- * DecimalFormat aims to be able to parse anything that it can output as a formatted string.
+ * <p>DecimalFormat aims to be able to parse anything that it can output as a formatted string.
  *
  * <p>There are two primary parse modes: <em>lenient</em> and <em>strict</em>. Lenient mode should
  * be used if the goal is to parse user input to a number; strict mode should be used if the goal is
@@ -197,7 +197,6 @@ import com.ibm.icu.util.ULocale.Category;
  * <p>If {@link #parse(String, ParsePosition)} fails to parse a string, it returns <code>null</code>
  * and leaves the parse position unchanged. The convenience method {@link #parse(String)} indicates
  * parse failure by throwing a {@link java.text.ParseException}.
- * </ul>
  *
  * <h3>Thread Safety and Best Practices</h3>
  *