Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Dec 13, 2023
1 parent a15d047 commit 3bc8e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void setSeq(int newSeq) {

@Override
public String toString() {
return "InfrastructureTimeMessage [timestep=" + timestep + ", seq=" + seq + "]";
return "TimeSyncMessage [timestep=" + timestep + ", seq=" + seq + "]";
}

}

0 comments on commit 3bc8e5c

Please sign in to comment.