You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/10 03:08:15 UTC

[GitHub] [pulsar] Jason918 commented on a diff in pull request #17296: [improve][doc] Use Text Blocks improve too long string in ServiceConfiguration doc annotation

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org