Skip to content

Commit

Permalink
added serialVersionUID to serializable classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Jul 18, 2024
1 parent b730d05 commit 0473066
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import java.io.Serializable;

public class MonitorStatus implements Serializable {
private static final long serialVersionUID = -4850889280187199993L;

private long lastCheckedMillis;

public long getLastCheckedMillis() {
Expand Down

0 comments on commit 0473066

Please sign in to comment.