Looks good.
Tony
On 12/09/2016 12:54 PM, Xuelei Fan wrote:
Hi,
Please review this typo issue introduced in JDK-8170329.
$ hg diff test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
@Override
- protected boolean isCustomizeClientConnection() {
+ protected boolean isCustomizedClientConnection() {
return true;
}
$ hg diff
test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java
@Override
- protected boolean isCustomizeClientConnection() {
+ protected boolean isCustomizedClientConnection() {
return true;
}
Thanks,
Xuelei