From 2a878ef9b0a56b98e21045028b9f6cdc40219564 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 11 Mar 2005 02:57:17 +0000 Subject: [PATCH] ICU-739 Deprecated a data field that isn't needed publicly. X-SVN-Rev: 17325 --- icu4c/source/i18n/unicode/decimfmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/decimfmt.h b/icu4c/source/i18n/unicode/decimfmt.h index 4fe6d32c3b..b939cd04c8 100644 --- a/icu4c/source/i18n/unicode/decimfmt.h +++ b/icu4c/source/i18n/unicode/decimfmt.h @@ -1614,7 +1614,7 @@ public: /** * The resource tags we use to retrieve decimal format data from * locale resource bundles. - * @stable ICU 2.0 + * @deprecated ICU 3.4. This string has no public purpose. Please don't use it. */ static const char fgNumberPatterns[];