Fix typo
Fixes gh-1463
This commit is contained in:
committed by
Stephane Nicoll
parent
affb202e74
commit
5dcc4c3829
@@ -29,7 +29,7 @@ public class DefaultGaugeService implements GaugeService {
|
||||
private final MetricWriter writer;
|
||||
|
||||
/**
|
||||
* Create a {@link DefaultCounterService} instance.
|
||||
* Create a {@link DefaultGaugeService} instance.
|
||||
* @param writer the underlying writer used to manage metrics
|
||||
*/
|
||||
public DefaultGaugeService(MetricWriter writer) {
|
||||
|
||||
Reference in New Issue
Block a user