From 3f6feba3533225ebd24fbb154d9e12289d46420a Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Fri, 31 Mar 2017 15:12:31 +0000 Subject: [PATCH] ICU-13060 Fixed a javadoc warning introduced by the last commit. X-SVN-Rev: 39971 --- icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java | 2 -- 1 file changed, 2 deletions(-) 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 642d1cde03..5eb6279537 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?