ICU-4207 - doc tagging changes for 3.2

X-SVN-Rev: 16884
This commit is contained in:
Doug Felt 2004-11-19 20:21:29 +00:00
parent 042916c7a6
commit 489b7928e9
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ public class Currency extends MeasureUnit implements Serializable {
* Return an array of the ulocales for which a currency
* is defined.
* @return an array of the available ulocales
* @stable ICU 2.2
* @draft ICU 3.2
*/
public static ULocale[] getAvailableULocales() {
if (shim == null) {

View File

@ -169,7 +169,7 @@ public abstract class Holiday implements DateRule
* @param locale A locale specifying the language in which the name is desired.
*
* @see ResourceBundle
* @draft ICU 2.8
* @draft ICU 3.2
* @deprecated This is a draft API and might change in a future release of ICU.
*/
public String getDisplayName(ULocale locale)