mirror of https://github.com/apache/kafka.git
KAFKA-12700: override toString method to show correct value in doc (#10574)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
6013ac3cea
commit
523d63df98
|
|
@ -523,6 +523,11 @@ public class WorkerConfig extends AbstractConfig {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "List of comma-separated URIs, ex: http://localhost:8080,https://localhost:8443.";
|
||||
}
|
||||
}
|
||||
|
||||
private static class ResponseHttpHeadersValidator implements ConfigDef.Validator {
|
||||
|
|
|
|||
Loading…
Reference in New Issue