kumaab commented on code in PR #430: URL: https://github.com/apache/ranger/pull/430#discussion_r1876426836
########## plugin-nifi-registry/src/main/java/org/apache/ranger/services/nifi/registry/client/NiFiRegistryClient.java: ########## @@ -50,30 +51,27 @@ * Client to communicate with NiFi Registry and retrieve available resources. */ public class NiFiRegistryClient { - - private static final Logger LOG = LoggerFactory.getLogger(NiFiRegistryClient.class); - static final String SUCCESS_MSG = "ConnectionTest Successful"; static final String FAILURE_MSG = "Unable to retrieve any resources using given parameters. "; - - private final String url; - private final SSLContext sslContext; + private static final Logger LOG = LoggerFactory.getLogger(NiFiRegistryClient.class); Review Comment: Missed this, thanks! -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org