This commit is contained in:
igor%mir2.org 2002-12-17 20:56:08 +00:00
Родитель 9fd7012a76
Коммит 8c7e5dc265
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -121,9 +121,9 @@ public class Main {
static Context enterContext() {
Context cx = new Context();
if (securityImpl != null) {
cx.setSecurityController(securityImpl);
}
if (securityImpl != null) {
cx.setSecurityController(securityImpl);
}
return Context.enter(cx);
}