From d437a719e3a8e82fb1fc3fa6f308d20cd19a1b5f Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Wed, 25 Sep 2013 00:36:22 +0000 Subject: [PATCH] ICU-10442 Move deprecated listFormatter methods back to draft ICU 50. X-SVN-Rev: 34473 --- icu4c/source/common/unicode/listformatter.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/icu4c/source/common/unicode/listformatter.h b/icu4c/source/common/unicode/listformatter.h index 1d9062e137a..67286609822 100644 --- a/icu4c/source/common/unicode/listformatter.h +++ b/icu4c/source/common/unicode/listformatter.h @@ -75,14 +75,13 @@ class U_COMMON_API ListFormatter : public UObject{ */ ListFormatter& operator=(const ListFormatter& other); -#ifndef U_HIDE_DEPRECATED_API /** * Creates a ListFormatter appropriate for the default locale. * * @param errorCode ICU error code, set if no data available for default locale. * @return Pointer to a ListFormatter object for the default locale, * created from internal data derived from CLDR data. - * @deprecated ICU 52 (was draft ICU 50) + * @draft ICU 50 */ static ListFormatter* createInstance(UErrorCode& errorCode); @@ -93,10 +92,9 @@ class U_COMMON_API ListFormatter : public UObject{ * @param errorCode ICU error code, set if no data available for the given locale. * @return A ListFormatter object created from internal data derived from * CLDR data. - * @deprecated ICU 52 (was draft ICU 50) + * @draft ICU 50 */ static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode); -#endif /* U_HIDE_DEPRECATED_API */ #ifndef U_HIDE_INTERNAL_API /** -- 2.40.0