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-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -761,7 +761,7 @@ public static class Listener {
761
761
* Whether to record observations for when the Observations API is available and
762
762
* the client supports it.
763
763
*/
764
-
privatebooleanobservationEnabled = true;
764
+
privatebooleanobservationEnabled;
765
765
766
766
publicSchemaTypegetSchemaType() {
767
767
returnthis.schemaType;
@@ -856,7 +856,7 @@ public static class Template {
856
856
/**
857
857
* Whether to record observations for when the Observations API is available.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapperTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesTests.java
0 commit comments