RFR(s): 8169196: [TESTBUG] Three tests from sun/net/www have undeclared dependencies

Daniel Fuchs daniel.fuchs at oracle.com
Wed Nov 9 10:09:05 UTC 2016


On 09/11/16 08:57, Sergei Kovalev wrote:
> Hi Daniel,
>
> Thank you for feedback.
>
> Fixed and verified locally.
> http://cr.openjdk.java.net/~skovalev/8169196/webrev.02/
>

Looks good - except for using a raw type at line 220:

220             Class ntlmProxyClass

should be:

                 Class<?> ntlmProxyClass

No need for a new webrev.

best regards,

-- daniel


More information about the net-dev mailing list