mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-11572 API proposal updates for approved constants
X-SVN-Rev: 37963
This commit is contained in:
parent
d671fbb0c4
commit
bdc5ce07b3
1 changed files with 3 additions and 1 deletions
|
@ -501,7 +501,9 @@ public abstract class DateFormat extends UFormat {
|
|||
* @draft ICU 56
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
PARSE_PARTIAL_LITERAL_MATCH
|
||||
PARSE_PARTIAL_LITERAL_MATCH,
|
||||
// old name left in for previous serialization checks
|
||||
PARSE_PARTIAL_MATCH
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue