Skip to content

Commit

Permalink
Minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Jan 15, 2025
1 parent 0fd649a commit ad73457
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ long pinnedVirtualThreadsThresholdMillis() {
}

private static void listenFor(RecordingStream rs, Map<String, Consumer<RecordedEvent>> events) {
// Enable events of interest explicitly (as well as registering the callback) to be sure we get the events
// despite what the specified configuration might indicate.
// Enable events of interest explicitly (as well as registering the callback) to be sure we receive the events we need.

events.forEach((eventName, callback) -> {
rs.enable(eventName);
Expand Down

0 comments on commit ad73457

Please sign in to comment.