Index: source/i18n/unicode/tzfmt.h |
diff --git a/source/i18n/unicode/tzfmt.h b/source/i18n/unicode/tzfmt.h |
index 24f0e49eb79251e4daa34cc2e4a3a72b34d04f1c..5ec6c441ad7ebd50fcf5946df188c0afd5a9251f 100644 |
--- a/source/i18n/unicode/tzfmt.h |
+++ b/source/i18n/unicode/tzfmt.h |
@@ -1,6 +1,6 @@ |
/* |
******************************************************************************* |
-* Copyright (C) 2011-2014, International Business Machines Corporation and |
+* Copyright (C) 2011-2015, International Business Machines Corporation and |
* others. All Rights Reserved. |
******************************************************************************* |
*/ |
@@ -233,18 +233,15 @@ typedef enum UTimeZoneFormatParseOption { |
* by other styles. |
* @stable ICU 50 |
*/ |
- UTZFMT_PARSE_OPTION_ALL_STYLES = 0x01 |
-#ifndef U_HIDE_DRAFT_API |
- , |
+ UTZFMT_PARSE_OPTION_ALL_STYLES = 0x01, |
/** |
* When parsing a time zone display name in UTZFMT_STYLE_SPECIFIC_SHORT, |
* look for the IANA tz database compatible zone abbreviations in addition |
* to the localized names coming from the {@link TimeZoneNames} currently |
* used by the {@link TimeZoneFormat}. |
- * @draft ICU 54 |
+ * @stable ICU 54 |
*/ |
UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS = 0x02 |
-#endif /* U_HIDE_DRAFT_API */ |
} UTimeZoneFormatParseOption; |
U_CDECL_END |