Skip to content

Commit

Permalink
Made suggested change.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <cody@swirldslabs.com>
  • Loading branch information
Cody Littley committed Dec 21, 2023
1 parent 7153d0d commit 70022cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class LatestEventTipsetTracker {
*
* @param time provides wall clock time
* @param addressBook the current address book
* @param selfId the ID of this node
*/
public LatestEventTipsetTracker(
@NonNull final Time time, @NonNull final AddressBook addressBook, @NonNull final NodeId selfId) {

Check warning on line 49 in platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/LatestEventTipsetTracker.java

View check run for this annotation

Codecov / codecov/patch

platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/gossip/shadowgraph/LatestEventTipsetTracker.java#L49

Added line #L49 was not covered by tests
Expand Down

0 comments on commit 70022cf

Please sign in to comment.