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:
Gary D. Gregory 2016-01-20 18:58:37 +00:00
parent 02370fd56a
commit 5db1758215
1 changed files with 1 additions and 1 deletions

View File

@ -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;