]> granicus.if.org Git - icu/commitdiff
ICU-13060 Fixed a javadoc warning introduced by the last commit.
authorYoshito Umaoka <y.umaoka@gmail.com>
Fri, 31 Mar 2017 15:12:31 +0000 (15:12 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Fri, 31 Mar 2017 15:12:31 +0000 (15:12 +0000)
X-SVN-Rev: 39971

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

index 642d1cde03330988e0a942b00a0781c39e4b3b7e..5eb627953756ff75175b26a44f20b2a8f0eec123 100644 (file)
@@ -134,8 +134,6 @@ import com.ibm.icu.util.ULocale.Category;
  *
  * The following BNF is used when parsing the pattern string into property values:
  *
- * <p>
- *
  * <pre>
  * pattern    := subpattern (';' subpattern)?
  * subpattern := prefix? number exponent? suffix?