Skip to content

Commit 2b38273

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-28946
2 parents a323ff7 + 646caf0 commit 2b38273

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/stackdriver

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/stackdriver/StackdriverProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ public void setResourceLabels(Map<String, String> resourceLabels) {
7878
this.resourceLabels = resourceLabels;
7979
}
8080

81-
boolean isUseSemanticMetricTypes() {
81+
public boolean isUseSemanticMetricTypes() {
8282
return this.useSemanticMetricTypes;
8383
}
8484

85-
void setUseSemanticMetricTypes(boolean useSemanticMetricTypes) {
85+
public void setUseSemanticMetricTypes(boolean useSemanticMetricTypes) {
8686
this.useSemanticMetricTypes = useSemanticMetricTypes;
8787
}
8888

0 commit comments

Comments
 (0)