forked from I2P_Developers/i2p.i2p
MiniDNS javadoc fix
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user