making decompiler class public so public method Parser.parser still can be called from outside omj.

This commit is contained in:
igor%mir2.org 2003-08-08 16:42:41 +00:00
Родитель 74e68df7aa
Коммит af20fbe788
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -78,7 +78,7 @@ package org.mozilla.javascript;
* find the proper generated NativeFunction instance.
*/
class Decompiler
public class Decompiler
{
void startScript()