From cd3555b48e325cf933e2346205cd050ae7740bf4 Mon Sep 17 00:00:00 2001 From: Tom Bentley Date: Wed, 25 Nov 2020 16:10:01 +0000 Subject: [PATCH] MINOR: fix listeners doc to close properly --- core/src/main/scala/kafka/server/KafkaConfig.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/kafka/server/KafkaConfig.scala b/core/src/main/scala/kafka/server/KafkaConfig.scala index b7c6a22ba3443..93b840576e09a 100755 --- a/core/src/main/scala/kafka/server/KafkaConfig.scala +++ b/core/src/main/scala/kafka/server/KafkaConfig.scala @@ -648,7 +648,7 @@ object KafkaConfig { "Use listeners instead. \n" + "hostname of broker. If this is set, it will only bind to this address. If this is not set, it will bind to all interfaces" val ListenersDoc = "Listener List - Comma-separated list of URIs we will listen on and the listener names." + - s" If the listener name is not a security protocol, $ListenerSecurityProtocolMapProp must also be set.\n" + + s" If the listener name is not a security protocol, $ListenerSecurityProtocolMapProp must also be set.\n" + " Listener names and port numbers must be unique.\n" + " Specify hostname as 0.0.0.0 to bind to all interfaces.\n" + " Leave hostname empty to bind to default interface.\n" +