This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 020ffae2 Javadoc
020ffae2 is described below
commit 020ffae2c65abcf33c4a9ca49eb5993583d06d0b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 06:56:54 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/net/util/SubnetUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/net/util/SubnetUtils.java
b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
index d91cdf16..b2a22575 100644
--- a/src/main/java/org/apache/commons/net/util/SubnetUtils.java
+++ b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
@@ -515,7 +515,7 @@ public class SubnetUtils {
/**
* Converts this instance to a debug String.
*
- * @return this instance to a debug String.
+ * @return {@code this} instance to a debug String.
* @since 3.11.0
*/
@Override