Merge pull request #1463 from matsev/typo-correction

* typo-correction:
  Fix typo
This commit is contained in:
Stephane Nicoll
2014-08-28 14:30:32 +02:00

View File

@@ -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) {