Skip to content

Commit

Permalink
fix(telemetry): checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Sep 29, 2024
1 parent ba343f8 commit 5666940
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ public class RollbarTelemetryEventTracker implements TelemetryEventTracker {
* Construct a {@link RollbarTelemetryEventTracker}.
*
* @param timestampProvider A Provider of timestamps for the events
* @param maximumTelemetryData Maximum number of accumulated events (This value can be between 1 and 50, exceed any of
* these thresholds and the closest will be taken)
* @param maximumTelemetryData Maximum number of accumulated events (This value can be between 1
* and 50, exceed any of these thresholds and the closest will be
* taken)
*/
public RollbarTelemetryEventTracker(
Provider<Long> timestampProvider,
Expand Down

0 comments on commit 5666940

Please sign in to comment.