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:
He Xiaoqiao 2020-03-23 22:40:40 -07:00 committed by Wei-Chiu Chuang
parent f59f6891c8
commit 5eddc82fb8

View File

@ -66,7 +66,7 @@ public RouterPermissionChecker(String user, String group)
* @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
*/