Skip to content

Commit c59444b

Browse files
committed
HADOOP-18577. Followup: javadoc fix (#5232)
Fixes a javadoc error which came with HADOOP-18577. ABFS: Add probes of readahead fix (#5205) Part of the HADOOP-18521 ABFS readahead fix; MUST be included. Contributed by Steve Loughran
1 parent bfc916e commit c59444b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/constants/InternalConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ private InternalConstants() {
3737
* {@code "fs.capability.etags.available"}.
3838
* <ol>
3939
* <li>{@value}: store is safe</li>
40-
* <li>!etags: store is safe</li>
41-
* <li>etags && !{@value}: store is <i>UNSAFE</i></li>
40+
* <li>no etags: store is safe</li>
41+
* <li>etags and not {@value}: store is <i>UNSAFE</i></li>
4242
* </ol>
4343
*/
4444
public static final String CAPABILITY_SAFE_READAHEAD =

0 commit comments

Comments
 (0)