зеркало из https://github.com/mozilla/pjs.git
Adding missed final qualifier to the declaration of js_NaN_date_str field
This commit is contained in:
Родитель
ec7465231b
Коммит
8368c94269
|
@ -1146,7 +1146,7 @@ final class NativeDate extends IdScriptable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* constants for toString, toUTCString */
|
/* constants for toString, toUTCString */
|
||||||
private static String js_NaN_date_str = "Invalid Date";
|
private static final String js_NaN_date_str = "Invalid Date";
|
||||||
|
|
||||||
private static String toLocale_helper(double t,
|
private static String toLocale_helper(double t,
|
||||||
java.text.DateFormat formatter)
|
java.text.DateFormat formatter)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче