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
This commit is contained in:
Steve Loughran 2022-12-18 12:19:33 +00:00
parent bfc916e7b0
commit c59444b160
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ public final class InternalConstants {
* {@code "fs.capability.etags.available"}.
* <ol>
* <li>{@value}: store is safe</li>
* <li>!etags: store is safe</li>
* <li>etags && !{@value}: store is <i>UNSAFE</i></li>
* <li>no etags: store is safe</li>
* <li>etags and not {@value}: store is <i>UNSAFE</i></li>
* </ol>
*/
public static final String CAPABILITY_SAFE_READAHEAD =