Looks fine to me.
--Sean
On 12/9/16 3: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