8191161: Reconsider generification of XPathFunction.evaluate
Reviewed-by: lancea, rriggs
This commit is contained in:
parent
88d610826b
commit
6e80f110c3
@ -51,6 +51,6 @@ public interface XPathFunction {
|
|||||||
*
|
*
|
||||||
* @throws XPathFunctionException If <code>args</code> cannot be evaluated with this <code>XPath</code> function.
|
* @throws XPathFunctionException If <code>args</code> cannot be evaluated with this <code>XPath</code> function.
|
||||||
*/
|
*/
|
||||||
public Object evaluate(List<Object> args)
|
public Object evaluate(List<?> args)
|
||||||
throws XPathFunctionException;
|
throws XPathFunctionException;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user