ICU-11276 Comment about getParameters() return type.

This commit is contained in:
Shane Carr 2018-09-14 21:23:52 -07:00
parent abb6ed034a
commit 55961fbf05
No known key found for this signature in database
GPG Key ID: FCED3B24AAB18B5C

View File

@ -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;