JDK 9 RFR of 8031326: Use Class<?> rather than Class in java.net method signatures

Michael McMahon michael.x.mcmahon at oracle.com
Tue Jan 7 10:04:02 PST 2014


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.


More information about the net-dev mailing list