ICU-20591 Increased the date rowspan to include the argSkeletonText line

This commit is contained in:
Mihai Nita 2019-05-08 09:30:49 -07:00 committed by Markus Scherer
parent 06114c5108
commit c1ce6d9163
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ class NumberFormat;
* <td><i>argSkeletonText</i>
* <td><code>NumberFormatter::forSkeleton(argSkeletonText, status).locale(getLocale()).toFormat(status)</code>
* <tr>
* <td rowspan=6><code>date</code>
* <td rowspan=7><code>date</code>
* <td><i>(none)</i>
* <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
* <tr>

View File

@ -183,7 +183,7 @@ import com.ibm.icu.util.ULocale.Category;
* <td><i>argSkeletonText</i>
* <td><code>NumberFormatter.forSkeleton(argSkeletonText).locale(getLocale()).toFormat()</code>
* <tr>
* <td rowspan=6><code>date</code>
* <td rowspan=7><code>date</code>
* <td><i>(none)</i>
* <td><code>DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())</code>
* <tr>