HDFS-15088. RBF: Correct annotation typo of RouterPermissionChecker#checkPermission. Contributed by Xiaoqiao He.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
parent
f59f6891c8
commit
5eddc82fb8
|
@ -66,7 +66,7 @@ public class RouterPermissionChecker extends FSPermissionChecker {
|
|||
* @param mountTable
|
||||
* MountTable being accessed
|
||||
* @param access
|
||||
* type of action being performed on the cache pool
|
||||
* type of action being performed on the mount table entry
|
||||
* @throws AccessControlException
|
||||
* if mount table cannot be accessed
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue