From a6d8c66b64654fc336c46429513a372f5d349de9 Mon Sep 17 00:00:00 2001 From: Peter Edberg Date: Wed, 25 Sep 2013 06:30:36 +0000 Subject: [PATCH] ICU-10442 Revert previous change, the whole class is inside #ifndef U_HIDE_DRAFT_API X-SVN-Rev: 34481 --- icu4c/source/common/unicode/listformatter.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/icu4c/source/common/unicode/listformatter.h b/icu4c/source/common/unicode/listformatter.h index 11d90e1403c..67286609822 100644 --- a/icu4c/source/common/unicode/listformatter.h +++ b/icu4c/source/common/unicode/listformatter.h @@ -75,7 +75,6 @@ class U_COMMON_API ListFormatter : public UObject{ */ ListFormatter& operator=(const ListFormatter& other); -#ifndef U_HIDE_DRAFT_API /** * Creates a ListFormatter appropriate for the default locale. * @@ -96,7 +95,6 @@ class U_COMMON_API ListFormatter : public UObject{ * @draft ICU 50 */ static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode); -#endif /* U_HIDE_DRAFT_API */ #ifndef U_HIDE_INTERNAL_API /** -- 2.40.0