MiniDNS javadoc fix

This commit is contained in:
zzz
2020-12-05 14:27:56 +00:00
parent 69deddcbc7
commit 99f6d4aba4

View File

@@ -59,7 +59,7 @@ public final class DnsName implements CharSequence, Serializable, Comparable<Dns
private static final String LABEL_SEP_REGEX = "[.\u3002\uFF0E\uFF61]"; private static final String LABEL_SEP_REGEX = "[.\u3002\uFF0E\uFF61]";
/** /**
* @see <a href="https://tools.ietf.org/html/rfc1035">RFC 1035 § 2.3.4.</a< * @see <a href="https://tools.ietf.org/html/rfc1035">RFC 1035 § 2.3.4.</a>
*/ */
static final int MAX_DNSNAME_LENGTH_IN_OCTETS = 255; static final int MAX_DNSNAME_LENGTH_IN_OCTETS = 255;