提交 5ae07088 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Restore visibility of a method

上级 0832553e
......@@ -111,7 +111,7 @@ public class DateTimeUtils {
*
* @return local time zone
*/
private static TimeZone getTimeZone() {
static TimeZone getTimeZone() {
TimeZone tz = timeZone;
if (tz == null) {
timeZone = tz = TimeZone.getDefault();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论