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 8d357932 Add SubnetInfo.streamAddressStrings()
8d357932 is described below

commit 8d3579322e8b89cb5b32494dbbf3c8dc8d13a6ef
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 13 14:24:18 2024 -0400

    Add SubnetInfo.streamAddressStrings()
---
 src/main/java/org/apache/commons/net/util/SubnetUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 cd03bb66..b256c6c7 100644
--- a/src/main/java/org/apache/commons/net/util/SubnetUtils.java
+++ b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
@@ -296,9 +296,9 @@ public class SubnetUtils {
         }
 
         /**
-         * Creates a new IOStream of address Strings.
+         * Creates a new Stream of address Strings.
          *
-         * @return a new IOStream of address Strings
+         * @return a new Stream of address Strings.
          * @see #getAllAddresses()
          * @see #iterableAddressStrings()
          * @since 3.12.0

Reply via email to