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

2014-01-07 Thread Michael McMahon
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

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

2014-01-07 Thread Chris Hegarty
Approved. -Chris. On 7 Jan 2014, at 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. > > Thanks, > > -J

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

2014-01-07 Thread Joe Darcy
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. Thanks, -Joe --- a/src/share/classes/java/net/URL.javaTue Jan 07 09:17:56 2014 -0800 +++ b/

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

2014-01-07 Thread Alan Bateman
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.