saintstack commented on a change in pull request #361: HBase-22027: Split
non-MR related parts of TokenUtil off into a Clien…
URL: https://github.com/apache/hbase/pull/361#discussion_r324428278
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/security/token/TokenUtil.java
##########
@@ -345,18 +271,4 @@ public static boolean addTokenIfMissing(Connection conn,
User user)
zkw.close();
}
}
-
- /**
- * Converts a protobuf Token message back into a Token instance.
- *
- * @param proto the protobuf Token message
- * @return the Token instance
- */
- public static Token<AuthenticationTokenIdentifier>
toToken(AuthenticationProtos.Token proto) {
Review comment:
Oh. NVM. I see now that this method has just been moved. Ignore this comment.
----------------------------------------------------------------
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