Skip to content

Commit

Permalink
[Polish] Add serialVersionUID (alibaba#8733)
Browse files Browse the repository at this point in the history
* Add serialVersionUID

* checkstyle

* Auto generate id
  • Loading branch information
Oliverwqcwrw authored Jul 19, 2022
1 parent e1ef983 commit f13016a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/com/alibaba/nacos/core/cluster/Member.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
*/
public class Member implements Comparable<Member>, Cloneable, Serializable {

private static final long serialVersionUID = -6061130045021268736L;

private String ip;

private int port = -1;
Expand Down

0 comments on commit f13016a

Please sign in to comment.