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 6, 2024
1 parent 51d61a7 commit fe9c3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java.base/share/classes/java/net/NetworkInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
* 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
* specific number that identifies the interface. The network
* configuration may change during the lifetime of the JVM:
* typically, the set of IP addresses assigned to a network
* configuration may change during the lifetime of the JVM.
* For example, the set of IP addresses assigned to a network
* interface can be transient and dynamically allocated, and may
* change at any time.
* <p>
Expand Down

0 comments on commit fe9c3a8

Please sign in to comment.