Remove extra ;
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
02370fd56a
commit
5db1758215
|
@ -64,7 +64,7 @@ import org.apache.hc.core5.annotation.Immutable;
|
|||
@Immutable
|
||||
public final class DefaultHostnameVerifier implements HostnameVerifier {
|
||||
|
||||
enum TYPE { IPv4, IPv6, DNS };
|
||||
enum TYPE { IPv4, IPv6, DNS }
|
||||
|
||||
final static int DNS_NAME_TYPE = 2;
|
||||
final static int IP_ADDRESS_TYPE = 7;
|
||||
|
|
Loading…
Reference in New Issue