ICU-13461 Removing doxygen comment that was obsoleted by ICU-7724 .
authorShane Carr <shane@unicode.org>
Thu, 8 Feb 2018 01:07:57 +0000 (01:07 +0000)
committerShane Carr <shane@unicode.org>
Thu, 8 Feb 2018 01:07:57 +0000 (01:07 +0000)
X-SVN-Rev: 40854

icu4c/source/i18n/unicode/dcfmtsym.h

index 4dc6f950f294ca424a93e221720767280fa439ee..0308f2c2fd1cbe4c5cb59dd76ab58a9ac2549fde 100644 (file)
@@ -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 "#,##,###,####" == "######,####" == "##,####,####".
- * <P>
- * 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: