Skip to content

Commit

Permalink
0005886: Monitor enhancements for centralized support
Browse files Browse the repository at this point in the history
  • Loading branch information
joshahicks committed Jun 30, 2023
1 parent 1247730 commit 4288cf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Node implements Serializable, Comparable<Node> {
private String deploymentSubType;
private int[] symmetricVersionParts;
private Date lastSuccessfulSyncDate;
private String mostRecentActiveTableSynced="";
private String mostRecentActiveTableSynced;
private int dataRowsToSendCount;
private int dataRowsLoadedCount;
private Date oldestLoadTime;
Expand Down

0 comments on commit 4288cf4

Please sign in to comment.