Jason918 commented on code in PR #17296:
URL: https://github.com/apache/pulsar/pull/17296#discussion_r967572348


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1702,15 +1839,17 @@ public class ServiceConfiguration implements 
PulsarConfiguration {
     @FieldContext(category = CATEGORY_STORAGE_BK, doc = "Path for the trusted 
TLS certificate file")
     private String bookkeeperTLSTrustCertsFilePath;
 
-    @FieldContext(category = CATEGORY_STORAGE_BK, doc = "Tls cert refresh 
duration at bookKeeper-client in seconds (0 "
-            + "to disable check)")
+    @FieldContext(category = CATEGORY_STORAGE_BK, doc = """
+            Tls cert refresh duration at bookKeeper-client in seconds (0to 
disable check)

Review Comment:
   ```suggestion
               Tls cert refresh duration at bookKeeper-client in seconds (0 to 
disable check)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to