mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '2.6.x' into 2.7.x
Closes gh-28946
This commit is contained in:
+2
-2
@@ -78,11 +78,11 @@ public class StackdriverProperties extends StepRegistryProperties {
|
||||
this.resourceLabels = resourceLabels;
|
||||
}
|
||||
|
||||
boolean isUseSemanticMetricTypes() {
|
||||
public boolean isUseSemanticMetricTypes() {
|
||||
return this.useSemanticMetricTypes;
|
||||
}
|
||||
|
||||
void setUseSemanticMetricTypes(boolean useSemanticMetricTypes) {
|
||||
public void setUseSemanticMetricTypes(boolean useSemanticMetricTypes) {
|
||||
this.useSemanticMetricTypes = useSemanticMetricTypes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user