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 2021/12/27 06:00:19 UTC

[GitHub] [pulsar] tuteng commented on a change in pull request #13518: [website] fix: pulsar website cli docs build error

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

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