Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Pacemaker implements Runnable {

private Instant prev;

Pacemaker(RecorderRegistry registry, ClientInfo clientInfo, String name) {
public Pacemaker(RecorderRegistry registry, ClientInfo clientInfo, String name) {
this.prev = Instant.now();
this.registry = registry;
this.clientInfo = clientInfo;
Expand Down
Loading