Merge
This commit is contained in:
commit
b8180dee68
@ -51,6 +51,6 @@ public interface XPathFunction {
|
||||
*
|
||||
* @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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user