alopresto commented on a change in pull request #4145: NIFI-7223 Fixed TLS regression when key password is set to empty URL: https://github.com/apache/nifi/pull/4145#discussion_r392558360
########## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/main/java/org/apache/nifi/cluster/coordination/http/replication/okhttp/OkHttpReplicationClient.java ########## @@ -71,9 +74,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.StreamUtils; + // Using static imports because of the name conflict: Review comment: This comment should move up along with lines 20-21 or be removed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
