Skip to content

Commit

Permalink
Update src/java.base/share/classes/java/net/NetworkInterface.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuch authored Sep 3, 2024
1 parent 23bbbea commit 6e7f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/net/NetworkInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public String getName() {
* InetAddresses are returned.
*
* @implNote
* The returned array contains all or a subset of the InetAddresses that were
* The returned enumeration contains all or a subset of the InetAddresses that were
* bound to the interface at the time the {@linkplain #getNetworkInterfaces()
* interface configuration was read}
*
Expand Down

0 comments on commit 6e7f9a8

Please sign in to comment.