Skip to content

Commit

Permalink
Add SubnetInfo.streamAddressStrings()
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 13, 2024
1 parent 66f1534 commit 8d35793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/net/util/SubnetUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ private long networkLong() {
}

/**
* 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
Expand Down

0 comments on commit 8d35793

Please sign in to comment.