HDFS-16162.Improve DFSUtil#checkProtectedDescendants() related parameter comments. (#3295)

Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local>
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Reviewed-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
jianghuazhu 2021-08-17 16:47:10 +08:00 committed by GitHub
parent 6014a089fd
commit 53a2c65694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1835,6 +1835,7 @@ public static DelegationTokenIdentifier decodeDelegationToken(
* Throw if the given directory has any non-empty protected descendants
* (including itself).
*
* @param fsd the namespace tree.
* @param iip directory whose descendants are to be checked.
* @throws AccessControlException if a non-empty protected descendant
* was found.