From e8aa203464dddf2ab162821e53b64f56e8949832 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 3 Aug 2011 18:28:56 +0000 Subject: [PATCH] ICU-8571 API cannot be both @stable and @internal, keep @stable X-SVN-Rev: 30455 --- icu4c/source/common/unicode/utypes.h | 2 +- icu4c/source/i18n/unicode/plurrule.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/common/unicode/utypes.h b/icu4c/source/common/unicode/utypes.h index b212563caa7..0503bbcac94 100644 --- a/icu4c/source/common/unicode/utypes.h +++ b/icu4c/source/common/unicode/utypes.h @@ -134,7 +134,7 @@ * ICU 1.8.x on EBCDIC, etc.. * @stable ICU 2.0 */ -#define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */ +#define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER #ifndef U_HIDE_INTERNAL_API #define U_USRDATA_NAME "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER /**< @internal */ #define U_USE_USRDATA 1 /**< @internal */ diff --git a/icu4c/source/i18n/unicode/plurrule.h b/icu4c/source/i18n/unicode/plurrule.h index 43f8ea26c6a..b26da6230b7 100644 --- a/icu4c/source/i18n/unicode/plurrule.h +++ b/icu4c/source/i18n/unicode/plurrule.h @@ -309,7 +309,6 @@ public: * Returns keyword for default plural form. * * @return keyword for default plural form. - * @internal 4.0 * @stable ICU 4.0 */ UnicodeString getKeywordOther() const; -- 2.50.1