ICU-11572 API proposal updates for approved constants

X-SVN-Rev: 37963
This commit is contained in:
Scott Russell 2015-09-16 04:00:08 +00:00
parent d671fbb0c4
commit bdc5ce07b3

View file

@ -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
};
/**