Xiaoqiao He created HDFS-15088:
----------------------------------
Summary: Correct annotation typo of
RouterPermissionChecker#checkPermission
Key: HDFS-15088
URL: https://issues.apache.org/jira/browse/HDFS-15088
Project: Hadoop HDFS
Issue Type: Sub-task
Components: rbf
Reporter: Xiaoqiao He
Assignee: Xiaoqiao He
Correct annotation typo of RouterPermissionChecker#checkPermission.
{code:java}
/**
* Whether a mount table entry can be accessed by the current context.
*
* @param mountTable
* MountTable being accessed
* @param access
* type of action being performed on the cache pool
* @throws AccessControlException
* if mount table cannot be accessed
*/
public void checkPermission(MountTable mountTable, FsAction access)
throws AccessControlException {
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]