Just remove commented-out "final".

This commit is contained in:
nboyd%atg.com 2001-05-17 17:29:19 +00:00
Родитель 13ac1401d3
Коммит 9214262d1e
1 изменённых файлов: 2 добавлений и 2 удалений

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

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