wchevreuil commented on a change in pull request #884: HBASE-23347 Allowable
custom authentication methods for RPCs
URL: https://github.com/apache/hbase/pull/884#discussion_r356069351
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/security/AbstractHBaseSaslRpcClient.java
##########
@@ -46,7 +39,6 @@
*/
@InterfaceAudience.Private
public abstract class AbstractHBaseSaslRpcClient {
-
private static final Logger LOG =
LoggerFactory.getLogger(AbstractHBaseSaslRpcClient.class);
Review comment:
nit: LOG variable was left unused.
----------------------------------------------------------------
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