Skip to content

Commit

Permalink
Make IPAddress final
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 20, 2024
1 parent a7cbcf1 commit c384008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* The leading 11111111 is used in IPv6 to signify an IPv6 multicast address. Since a client will never be assigned a
* multicast address we can use this prefix to indicate an IPv4+MAC address.
*/
public class IPAddress implements Cloneable, Serializable {
public final class IPAddress implements Cloneable, Serializable {

private static final long serialVersionUID = -3749627756354392982L;

Expand Down

0 comments on commit c384008

Please sign in to comment.