tuteng commented on a change in pull request #13518:
URL: https://github.com/apache/pulsar/pull/13518#discussion_r775349646



##########
File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/client/cli/PulsarClientTool.java
##########
@@ -142,7 +141,7 @@ private void updateConfig() throws 
UnsupportedAuthenticationException {
                 .tlsTrustStorePath(tlsTrustStorePath)
                 .tlsTrustStorePassword(tlsTrustStorePassword);
 
-        if (StringUtils.isNotBlank(proxyServiceURL)) {
+        if (isNotBlank(proxyServiceURL)) {

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]


Reply via email to