mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-20099 Fix API tags in ListFormatter.SpanField
This commit is contained in:
parent
3d82f4740e
commit
eb9f1c82cf
1 changed files with 5 additions and 3 deletions
|
@ -176,9 +176,10 @@ final public class ListFormatter {
|
|||
};
|
||||
|
||||
/**
|
||||
* Class for span fields in FormattedDateInterval.
|
||||
* Class for span fields in FormattedList.
|
||||
*
|
||||
* @stable ICU 64
|
||||
* @draft ICU 67
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static final class SpanField extends UFormat.SpanField {
|
||||
private static final long serialVersionUID = 3563544214705634403L;
|
||||
|
@ -189,7 +190,8 @@ final public class ListFormatter {
|
|||
* Instances of LIST_SPAN should have an associated value, the index
|
||||
* within the input list that is represented by the span.
|
||||
*
|
||||
* @stable ICU 64
|
||||
* @draft ICU 67
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
public static final SpanField LIST_SPAN = new SpanField("list-span");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue