From: Shane Carr Date: Sat, 15 Sep 2018 04:23:52 +0000 (-0700) Subject: ICU-11276 Comment about getParameters() return type. X-Git-Tag: release-63-rc~63^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55961fbf05bf0bd2dd780213bf4913a7eb22b102;p=icu ICU-11276 Comment about getParameters() return type. --- diff --git a/icu4c/source/i18n/number_types.h b/icu4c/source/i18n/number_types.h index 45e641ddcbf..8e39936e4e1 100644 --- a/icu4c/source/i18n/number_types.h +++ b/icu4c/source/i18n/number_types.h @@ -201,6 +201,8 @@ class U_I18N_API Modifier { /** * Gets a set of "parameters" for this Modifier. + * + * TODO: Make this return a `const Parameters*` more like Java? */ virtual void getParameters(Parameters& output) const = 0;