mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-7107 Reverted the method signature to synchronized.
X-SVN-Rev: 26592
This commit is contained in:
parent
ddd8a50457
commit
f8c58d2721
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ abstract public class TimeZone implements Serializable, Cloneable {
|
|||
* SHORT, LONG, SHORT_GENERIC, LONG_GENERIC, SHORT_GMT, LONG_GMT,
|
||||
* SHORT_COMMONLY_USED and GENERIC_LOCATION.
|
||||
*/
|
||||
private String _getDisplayName(boolean daylight, int style, ULocale locale) {
|
||||
private synchronized String _getDisplayName(boolean daylight, int style, ULocale locale) {
|
||||
if (locale == null) {
|
||||
throw new NullPointerException("locale is null");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue