Fixed javadoc typo

master
Robinson 2022-08-11 23:46:37 +02:00
parent d32da8d644
commit 34fc27fa18
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ object IPv6 {
}
/**
* The [Inet4Address] that represents the IPv4 wildcard address '0.0.0.0'
* The [Inet4Address] that represents the IPv6 wildcard address '0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0'
*/
val WILDCARD: Inet6Address by lazy {
// Create IPv6 address, this will ALWAYS work