From 1c40bc283645db5a661dc9f004a0bf34832a0902 Mon Sep 17 00:00:00 2001 From: Arpit Agarwal Date: Fri, 27 Jul 2018 10:14:01 -0700 Subject: [PATCH] HDFS-13765. Fix javadoc for FSDirMkdirOp#createParentDirectories. Contributed by Lokesh Jain. --- .../org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java index 45bb6b41047..2f0a0fc2984 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java @@ -110,10 +110,7 @@ class FSDirMkdirOp { * Create all ancestor directories and return the parent inodes. * * @param fsd FSDirectory - * @param existing The INodesInPath instance containing all the existing - * ancestral INodes - * @param children The relative path from the parent towards children, - * starting with "/" + * @param iip inodes in path to the fs directory * @param perm the permission of the directory. Note that all ancestors * created along the path has implicit {@code u+wx} permissions. * @param inheritPerms if the ancestor directories should inherit permissions