зеркало из https://github.com/mozilla/pjs.git
Use Vector.elementAt instead of Vector.getfor jdk 1.1 complience
This commit is contained in:
Родитель
692e6792ad
Коммит
2942f53359
|
@ -103,7 +103,7 @@ public class Main {
|
|||
ScriptableObject.DONTENUM);
|
||||
|
||||
for (int i=0; i < fileList.size(); i++) {
|
||||
processSource(cx, (String) fileList.get(i));
|
||||
processSource(cx, (String) fileList.elementAt(i));
|
||||
}
|
||||
|
||||
cx.exit();
|
||||
|
|
Загрузка…
Ссылка в новой задаче