On 07/01/14 17:44, Alan Bateman wrote:
On 07/01/2014 17:36, Joe Darcy wrote:
Hello,
Please review these changes to remove use of raw Class in some method
signatures in java.net:
JDK-8031326: Use Class<?> rather than Class in java.net
method signatures
Patch below.
This looks okay to me.
-Alan.
I was thinking originally, there must be something more specific than
Class<?> that
applies to these types (related to the ContentHandler types). But, it
looks like there isn't.
So, it looks ok to me too.
Michael.