From 0d83273be9d63887b2dd582366977d38e5b2211a Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Thu, 8 Feb 2018 01:07:57 +0000 Subject: [PATCH] ICU-13461 Removing doxygen comment that was obsoleted by ICU-7724 . X-SVN-Rev: 40854 --- icu4c/source/i18n/unicode/dcfmtsym.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/icu4c/source/i18n/unicode/dcfmtsym.h b/icu4c/source/i18n/unicode/dcfmtsym.h index 4dc6f950f29..0308f2c2fd1 100644 --- a/icu4c/source/i18n/unicode/dcfmtsym.h +++ b/icu4c/source/i18n/unicode/dcfmtsym.h @@ -80,10 +80,6 @@ U_NAMESPACE_BEGIN * If you supply a pattern with multiple grouping characters, the interval * between the last one and the end of the integer is the one that is * used. So "#,##,###,####" == "######,####" == "##,####,####". - *

- * This class only handles localized digits where the 10 digits are - * contiguous in Unicode, from 0 to 9. Other digits sets (such as - * superscripts) would need a different subclass. */ class U_I18N_API DecimalFormatSymbols : public UObject { public: