From: Yoshito Umaoka Date: Fri, 31 Mar 2017 15:12:31 +0000 (+0000) Subject: ICU-13060 Fixed a javadoc warning introduced by the last commit. X-Git-Tag: release-59-rc~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f6feba3533225ebd24fbb154d9e12289d46420a;p=icu ICU-13060 Fixed a javadoc warning introduced by the last commit. X-SVN-Rev: 39971 --- diff --git a/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java b/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java index 642d1cde033..5eb62795375 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java @@ -134,8 +134,6 @@ import com.ibm.icu.util.ULocale.Category; * * The following BNF is used when parsing the pattern string into property values: * - *

- * *

  * pattern    := subpattern (';' subpattern)?
  * subpattern := prefix? number exponent? suffix?