mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Polish
This commit is contained in:
+2
-2
@@ -98,7 +98,7 @@ public class GangliaProperties {
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@DeprecatedConfigurationProperty(reason = "No longer used by Micormeter")
|
||||
@DeprecatedConfigurationProperty(reason = "No longer used by Micrometer.")
|
||||
public TimeUnit getRateUnits() {
|
||||
return this.rateUnits;
|
||||
}
|
||||
@@ -117,7 +117,7 @@ public class GangliaProperties {
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@DeprecatedConfigurationProperty(reason = "No longer used by Micormeter")
|
||||
@DeprecatedConfigurationProperty(reason = "No longer used by Micrometer.")
|
||||
public String getProtocolVersion() {
|
||||
return this.protocolVersion;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user