Hi Joe,
The html formatting got removed (don't use it in openjdk email) but if I
read this correctly,
the change from List<Object> -> List<?> looks fine.
Roger
On 11/16/2017 1:51 PM, huizhe wang wrote:
Hi,
Please review a quick catch-up fix on 8181150: the raw type List was
changed to List<Object> when it would have been more favorable if it
was List<?>:
src/java.xml/share/classes/javax/xml/xpath/XPathFunction.java
|- public Object evaluate(List<Object> args) + public Object
evaluate(List<?> args) JBS:
https://bugs.openjdk.java.net/browse/JDK-8191161 Thanks, Joe |