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-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/ganglia/GangliaProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public void setStep(Duration step) {
98
98
}
99
99
100
100
@Deprecated
101
-
@DeprecatedConfigurationProperty(reason = "No longer used by Micormeter")
101
+
@DeprecatedConfigurationProperty(reason = "No longer used by Micrometer.")
102
102
publicTimeUnitgetRateUnits() {
103
103
returnthis.rateUnits;
104
104
}
@@ -117,7 +117,7 @@ public void setDurationUnits(TimeUnit durationUnits) {
117
117
}
118
118
119
119
@Deprecated
120
-
@DeprecatedConfigurationProperty(reason = "No longer used by Micormeter")
120
+
@DeprecatedConfigurationProperty(reason = "No longer used by Micrometer.")
0 commit comments