mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-10442 Revert previous change, the whole class is inside #ifndef U_HIDE_DRAFT_API
X-SVN-Rev: 34481
This commit is contained in:
parent
fffa6d65af
commit
a6d8c66b64
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue