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


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -195,15 +201,18 @@ public class ServiceConfiguration implements 
PulsarConfiguration {
 
     @FieldContext(
             category = CATEGORY_TLS,
-            doc = "Specify the tls protocols the proxy's web service will use 
to negotiate during TLS Handshake.\n\n"
-                    + "Example:- [TLSv1.3, TLSv1.2]"
+            doc = """
+                    Specify the tls protocols the proxy's web service will use 
to negotiate during TLS Handshake.
+
+                    Example:- [TLSv1.3, TLSv1.2]"""
     )
     private Set<String> webServiceTlsProtocols = new TreeSet<>();
 
     @FieldContext(
             category = CATEGORY_TLS,
-            doc = "Specify the tls cipher the proxy's web service will use to 
negotiate during TLS Handshake.\n\n"
-                    + "Example:- [TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256]"
+            doc = """
+                    Specify the tls cipher the proxy's web service will use to 
negotiate during TLS Handshake.
+                    Example:- [TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256]"""

Review Comment:
   Ok, thanks. I will improve it.



-- 
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