зеркало из https://github.com/mozilla/pjs.git
Added public static final String[] emptyStrings to denote zero-length string array
This commit is contained in:
Родитель
4047861bf2
Коммит
86ebe14d54
|
@ -2047,6 +2047,7 @@ public class ScriptRuntime {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final Object[] emptyArgs = new Object[0];
|
public static final Object[] emptyArgs = new Object[0];
|
||||||
|
public static final String[] emptyStrings = new String[0];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче