mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
Update comments
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/25 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@94 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
6029741c8e
commit
8f663373d4
2 changed files with 4 additions and 2 deletions
|
@ -409,8 +409,8 @@ inline UnicodeString&
|
|||
ChoiceFormat::format(const Formattable& obj,
|
||||
UnicodeString& result,
|
||||
UErrorCode& status) const {
|
||||
// Don't use Format:: - use NumberFormat:: in case base class
|
||||
// modified behavior in future.
|
||||
// Don't use Format:: - use immediate base class only,
|
||||
// in case immediate base modifies behavior later.
|
||||
return NumberFormat::format(obj, result, status);
|
||||
}
|
||||
|
||||
|
|
|
@ -725,6 +725,8 @@ inline UnicodeString&
|
|||
SimpleDateFormat::format(const Formattable& obj,
|
||||
UnicodeString& result,
|
||||
UErrorCode& status) const {
|
||||
// Don't use Format:: - use immediate base class only,
|
||||
// in case immediate base modifies behavior later.
|
||||
return DateFormat::format(obj, result, status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue