Skip to content

Commit

Permalink
HDFS-17695. Fix javadoc for FSDirectory#resolvePath method.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Dec 20, 2024
1 parent f32a937 commit ed63de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ void disableQuotaChecks() {
* accessible path that also passed additional sanity checks based on how
* the path will be used as specified by the DirOp.
* READ: Expands reserved paths and performs permission checks
* during traversal. Raw paths are only accessible by a superuser.
* during traversal.
* WRITE: In addition to READ checks, ensures the path is not a
* snapshot path.
* CREATE: In addition to WRITE checks, ensures path does not contain
Expand Down

0 comments on commit ed63de7

Please sign in to comment.