Skip to content

Commit ed63de7

Browse files
committed
HDFS-17695. Fix javadoc for FSDirectory#resolvePath method.
1 parent f32a937 commit ed63de7

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ void disableQuotaChecks() {
695695
* accessible path that also passed additional sanity checks based on how
696696
* the path will be used as specified by the DirOp.
697697
* READ: Expands reserved paths and performs permission checks
698-
* during traversal. Raw paths are only accessible by a superuser.
698+
* during traversal.
699699
* WRITE: In addition to READ checks, ensures the path is not a
700700
* snapshot path.
701701
* CREATE: In addition to WRITE checks, ensures path does not contain

0 commit comments

Comments
 (0)