[ https://issues.apache.org/jira/browse/HDFS-15088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xiaoqiao He updated HDFS-15088: ------------------------------- Attachment: HDFS-15088.patch Status: Patch Available (was: Open) > 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 > Priority: Trivial > Attachments: HDFS-15088.patch > > > 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-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org