el-spec
el-spec copied to clipboard
Javadoc for ExpressionFactory#getInitFunctionMap is incorrect
The javadoc for ExpressionFactory#getInitFunctionMap says:
/**
* Retrieve a function map containing a pre-configured function
* mapping. It must include the following functions.
* <ul>
* <li>linq:range</li>
* <li>linq:repeat</li>
* <li>linq:_empty</li>
* </ul>
* @return A initial map for functions, null if there is none.
*
* @since EL 3.0
*/
This is not correct, as EL 3.0 no longer has to support these functions.
Reported by kchung
This issue was imported from java.net JIRA EL_SPEC-19