Allow building with javac from JDK 1.1.8.

This commit is contained in:
beard%netscape.com 2001-05-04 22:41:12 +00:00
Родитель 256d5d92f6
Коммит 59f2a66be3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -273,8 +273,8 @@ public class IdFunction extends ScriptableObject implements Function
ID_NAME = 3,
ID_PROTOTYPE = 4;
protected final Master master;
protected final int methodId;
protected /*final*/ Master master;
protected /*final*/ int methodId;
protected String methodName;