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

commit 9475a98d52d016fc27e75587021a32dfdf476b80
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 25 15:55:16 2024 -0500

    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 94def6c0..272253d3 100644
--- a/src/main/java/org/apache/commons/net/util/SubnetUtils.java
+++ b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
@@ -20,7 +20,7 @@ import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
 /**
- * Performs some subnet calculations given a network address and a subnet mask.
+ * Performs subnet calculations given a network address and a subnet mask.
  *
  * @see "http://www.faqs.org/rfcs/rfc1519.html";
  * @since 2.0

Reply via email to