Trim trailing blank (oops)

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1442835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2013-02-06 02:18:53 +00:00
parent d7afb22c13
commit b6bfa8505f
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ public abstract class AbstractVerifier implements X509HostnameVerifier {
}
/*
* Check if hostname is IPv6, and if so, convert to standard format.
* Check if hostname is IPv6, and if so, convert to standard format.
*/
private String normaliseIPv6Address(final String hostname) {
if (hostname == null || !InetAddressUtils.isIPv6Address(hostname)) {