Fixed javadoc warning

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1626738 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2014-09-22 11:37:54 +00:00
parent ac583ff870
commit 4c20cf5398
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public final class PublicSuffixMatcher {
* if given domain represents a public suffix.
*
* @param domain
* @return
* @return domain root
*/
public String getDomainRoot(final String domain) {
if (domain == null) {