Browse Source

HDFS-15088. RBF: Correct annotation typo of RouterPermissionChecker#checkPermission. Contributed by Xiaoqiao He.

Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
He Xiaoqiao 5 years ago
parent
commit
5eddc82fb8

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterPermissionChecker.java

@@ -66,7 +66,7 @@ public class RouterPermissionChecker extends FSPermissionChecker {
    * @param mountTable
    * @param mountTable
    *          MountTable being accessed
    *          MountTable being accessed
    * @param access
    * @param access
-   *          type of action being performed on the cache pool
+   *          type of action being performed on the mount table entry
    * @throws AccessControlException
    * @throws AccessControlException
    *           if mount table cannot be accessed
    *           if mount table cannot be accessed
    */
    */