ICU-13060 Fixed a javadoc warning introduced by the last commit.

X-SVN-Rev: 39971
This commit is contained in:
Yoshito Umaoka 2017-03-31 15:12:31 +00:00
parent b48e0ac226
commit 3f6feba353

View 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?