зеркало из https://github.com/mozilla/pjs.git
Nit: fix typo in javadoc
This commit is contained in:
Родитель
98ce4624b0
Коммит
4eb19ba1d3
|
@ -132,14 +132,14 @@ public abstract class NativeFunction extends BaseFunction
|
|||
/**
|
||||
* Get parameter or variable name.
|
||||
* If <tt>index < {@link #getParamCount()}</tt>, then return the name of the
|
||||
* corresponding parameter. Otherwise returm the name of variable.
|
||||
* corresponding parameter. Otherwise return the name of variable.
|
||||
*/
|
||||
protected abstract String getParamOrVarName(int index);
|
||||
|
||||
/**
|
||||
* Get parameter or variable const-ness.
|
||||
* If <tt>index < {@link #getParamCount()}</tt>, then return the const-ness
|
||||
* of the corresponding parameter. Otherwise returm whether the variable is
|
||||
* of the corresponding parameter. Otherwise return whether the variable is
|
||||
* const.
|
||||
*/
|
||||
protected abstract boolean getParamOrVarConst(int index);
|
||||
|
|
Загрузка…
Ссылка в новой задаче