Skip to content

Commit 6fedcc3

Browse files
committed
Merge pull request spring-projects#1463 from matsev/typo-correction
* typo-correction: Fix typo
2 parents affb202 + 5dcc4c3 commit 6fedcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/writer/DefaultGaugeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class DefaultGaugeService implements GaugeService {
2929
private final MetricWriter writer;
3030

3131
/**
32-
* Create a {@link DefaultCounterService} instance.
32+
* Create a {@link DefaultGaugeService} instance.
3333
* @param writer the underlying writer used to manage metrics
3434
*/
3535
public DefaultGaugeService(MetricWriter writer) {

0 commit comments

Comments
 (0)