Skip to content

Commit

Permalink
leftover bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjezra committed Oct 13, 2021
1 parent e31c476 commit 739b3e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ public CompletableFuture<Boolean> markReadableIfBuilt() {
@API(API.Status.EXPERIMENTAL)
@Nonnull
public CompletableFuture<Boolean> markReadable() {
return getIndexer().markReadable();
return getIndexer().markIndexReadable(true);
}

/**
Expand Down

0 comments on commit 739b3e5

Please sign in to comment.