ICU-5053 fix deprecated APIs

X-SVN-Rev: 19200
This commit is contained in:
Doug Felt 2006-02-17 18:53:04 +00:00
parent b0c584acf1
commit dfdc9d0391
2 changed files with 976 additions and 867 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 2004-2005, International Business Machines Corporation and *
* Copyright (C) 2004-2006, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -121,7 +121,7 @@ public final class LocaleData {
* ES_STANDARD or ES_AUXILIARY
* @return The set of exemplar characters for the given locale.
* @draft ICU 3.4
* @deprecated This is a draft API and might change in a future release of ICU.
* @deprecated This is a draft API and might change in a future release of ICU.
*/
public UnicodeSet getExemplarSet(int options, int extype) {
String [] exemplarSetTypes = { "ExemplarCharacters", "AuxExemplarCharacters" };