el-spec icon indicating copy to clipboard operation
el-spec copied to clipboard

Javadoc for ExpressionFactory#getInitFunctionMap is incorrect

Open glassfishrobot opened this issue 11 years ago • 2 comments

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.

glassfishrobot avatar May 20 '14 18:05 glassfishrobot

Reported by kchung

glassfishrobot avatar May 20 '14 18:05 glassfishrobot

This issue was imported from java.net JIRA EL_SPEC-19

glassfishrobot avatar Apr 24 '17 07:04 glassfishrobot