HDFS-15946. Fix java doc in FSPermissionChecker (#2855). Contributed by tomscut.

Signed-off-by: Mingliang Liu <liuml07@apache.org>
This commit is contained in:
litao 2021-04-03 01:37:04 +08:00 committed by GitHub
parent 70536ba1f9
commit 3cb76447f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -549,7 +549,6 @@ private boolean hasPermission(INodeAttributes inode, FsAction access) {
* - Default entries may be present, but they are ignored during enforcement.
*
* @param inode INodeAttributes accessed inode
* @param snapshotId int snapshot ID
* @param access FsAction requested permission
* @param mode FsPermission mode from inode
* @param aclFeature AclFeature of inode