You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by li...@apache.org on 2021/04/02 17:38:43 UTC

[hadoop] branch trunk updated: HDFS-15946. Fix java doc in FSPermissionChecker (#2855). Contributed by tomscut.

This is an automated email from the ASF dual-hosted git repository.

liuml07 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3cb7644  HDFS-15946. Fix java doc in FSPermissionChecker (#2855). Contributed by tomscut.
3cb7644 is described below

commit 3cb76447f501100f9d6368f38b0cd4d51c700b1e
Author: litao <to...@gmail.com>
AuthorDate: Sat Apr 3 01:37:04 2021 +0800

    HDFS-15946. Fix java doc in FSPermissionChecker (#2855). Contributed by tomscut.
    
    Signed-off-by: Mingliang Liu <li...@apache.org>
---
 .../java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java
index a83ec51..3f80952 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSPermissionChecker.java
@@ -549,7 +549,6 @@ public class FSPermissionChecker implements AccessControlEnforcer {
    * - 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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org