You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/writer/DefaultGaugeService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class DefaultGaugeService implements GaugeService {
29
29
privatefinalMetricWriterwriter;
30
30
31
31
/**
32
-
* Create a {@link DefaultCounterService} instance.
32
+
* Create a {@link DefaultGaugeService} instance.
33
33
* @param writer the underlying writer used to manage metrics
0 commit comments