HDFS-13765. Fix javadoc for FSDirMkdirOp#createParentDirectories. Contributed by Lokesh Jain.

This commit is contained in:
Arpit Agarwal 2018-07-27 10:14:01 -07:00
parent 3cc7ce816e
commit 1c40bc2836
1 changed files with 1 additions and 4 deletions

View File

@ -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