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_r326243198
##########
File path:
hbase-client/src/test/java/org/apache/hadoop/hbase/security/token/TestClientTokenUtil.java
##########
@@ -43,19 +42,19 @@
import org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil;
@Category(SmallTests.class)
-public class TestTokenUtil {
+public class TestClientTokenUtil {
@ClassRule
public static final HBaseClassTestRule CLASS_RULE =
- HBaseClassTestRule.forClass(TestTokenUtil.class);
+ HBaseClassTestRule.forClass(TestClientTokenUtil.class);
Review comment:
nit spacing
----------------------------------------------------------------
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