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
Co-authored-by: Daniel Jelinski <[email protected]>
  • Loading branch information
dfuch and djelinski authored Sep 3, 2024
1 parent 74e32e0 commit 7b647b9
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 @@ -41,7 +41,7 @@
* between a computer and a private or public network.
* A Network Interface can be physical or logical.
* A network interface has a name, an index, zero or more assigned
* {@inkplain InetAddress IP addresses}, and zero or more {@linkplain
* {@linkplain InetAddress IP addresses}, and zero or more {@linkplain
* InterfaceAddress MAC Addresses}. The name is highly platform
* specific but a name such as "le0" is typical;
* it may not be unique. The index is a highly platform
Expand Down

0 comments on commit 7b647b9

Please sign in to comment.