Minor formatting.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1676916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-04-30 07:55:41 +00:00
parent 2fddd8e03b
commit 2ce0bdccc0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public final class DefaultHostnameVerifier implements HostnameVerifier {
final X509Certificate x509 = (X509Certificate) certs[0];
verify(host, x509);
return true;
} catch(final SSLException ex) {
} catch (final SSLException ex) {
if (log.isDebugEnabled()) {
log.debug(ex.getMessage(), ex);
}