Searched refs:secondDot (Results 1 – 1 of 1) sorted by relevance
153 final int secondDot = host.indexOf(".", firstDot + 1); in isValidInternal() local156 if (host.charAt(host.length() - 1) == '.' && secondDot == -1) { in isValidInternal()