tuteng commented on a change in pull request #13518:
URL: https://github.com/apache/pulsar/pull/13518#discussion_r775349567
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/client/cli/PulsarClientTool.java
##########
@@ -89,10 +88,10 @@
CmdGenerateDocumentation generateDocumentation;
public PulsarClientTool(Properties properties) {
- this.serviceURL =
StringUtils.isNotBlank(properties.getProperty("brokerServiceUrl"))
+ this.serviceURL =
isNotBlank(properties.getProperty("brokerServiceUrl"))
Review comment:
It seems that these two packages `isNotBlank` and `isBlank` should be
imported
--
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]