You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Xiaoqiao He (Jira)" <ji...@apache.org> on 2019/12/30 16:10:00 UTC

[jira] [Created] (HDFS-15088) Correct annotation typo of RouterPermissionChecker#checkPermission

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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org