Skip to content

Commit

Permalink
Fixed compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jul 18, 2022
1 parent 781aae9 commit 81871ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public abstract class SampleTestRunner {

private MeterRegistry meterRegistry;

private final List<ObservationHandler<? extends Observation.Context>> observationHandlersCopy;
private final List<ObservationHandler<?>> observationHandlersCopy;

/**
* Creates a new instance of the {@link SampleTestRunner} with a pre-created configuration and {@link MeterRegistry}.
Expand Down

0 comments on commit 81871ee

Please sign in to comment.