Skip to content

Commit

Permalink
HADOOP-18577. Followup: javadoc fix (#5232)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
steveloughran authored and Anuj Modi committed Apr 4, 2023
1 parent c7e19bc commit a139ae7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ private 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 =
Expand Down

0 comments on commit a139ae7

Please sign in to comment.