ICU-13300 Added thread safety note to TimeZone::detectHostTimeZone().

X-SVN-Rev: 41421
This commit is contained in:
Yoshito Umaoka 2018-05-21 00:39:51 +00:00
parent 17ac0f4e61
commit c5437c6e00

View file

@ -284,6 +284,8 @@ public:
* and may return a different TimeZone from the one returned by
* TimeZone::createDefault().
*
* <p>This function is not thread safe.</p>
*
* @return A new instance of TimeZone detected from the current host system
* configuration.
* @stable ICU 55