Skip to content

Commit

Permalink
improve javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Siepel <[email protected]>
  • Loading branch information
lsiepel committed Oct 7, 2024
1 parent 864ffcb commit 019dce5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ public static List<InetAddress> getAddressesRangeByCidrAddress(CidrAddress iFace
*
* @param address IPv4 address in byte array form (i.e. 127.0.0.1 = 01111111 00000000 00000000 00000001)
* @param maskLength Network mask length (i.e. the number after the forward-slash, '/', in CIDR notation)
* @return A list of all possible IP addresses in byte array form
*/
private static List<byte[]> getAddressesInSubnet(byte[] address, int maskLength) {
byte[] lowestAddress = address.clone();
Expand Down

0 comments on commit 019dce5

Please sign in to comment.