From 34fc27fa1870f4f48a8b7a81e2f1353799d78b99 Mon Sep 17 00:00:00 2001 From: Robinson Date: Thu, 11 Aug 2022 23:46:37 +0200 Subject: [PATCH] Fixed javadoc typo --- src/dorkbox/netUtil/IPv6.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/netUtil/IPv6.kt b/src/dorkbox/netUtil/IPv6.kt index cab007b..22f28f1 100644 --- a/src/dorkbox/netUtil/IPv6.kt +++ b/src/dorkbox/netUtil/IPv6.kt @@ -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