Commit 5dcc4c38 authored by Mattias Severson's avatar Mattias Severson Committed by Stephane Nicoll

Fix typo

Fixes gh-1463
parent affb202e
...@@ -29,7 +29,7 @@ public class DefaultGaugeService implements GaugeService { ...@@ -29,7 +29,7 @@ public class DefaultGaugeService implements GaugeService {
private final MetricWriter writer; private final MetricWriter writer;
/** /**
* Create a {@link DefaultCounterService} instance. * Create a {@link DefaultGaugeService} instance.
* @param writer the underlying writer used to manage metrics * @param writer the underlying writer used to manage metrics
*/ */
public DefaultGaugeService(MetricWriter writer) { public DefaultGaugeService(MetricWriter writer) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment