Skip to content

Commit

Permalink
private
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Apr 10, 2024
1 parent 4389d74 commit 23fc789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

public class FsDirectoryFactory implements IndexStorePlugin.DirectoryFactory {

public static final FeatureFlag MADV_RANDOM_FEATURE_FLAG = new FeatureFlag("madv_random");
private static final FeatureFlag MADV_RANDOM_FEATURE_FLAG = new FeatureFlag("madv_random");

public static final Setting<LockFactory> INDEX_LOCK_FACTOR_SETTING = new Setting<>("index.store.fs.fs_lock", "native", (s) -> {
return switch (s) {
Expand Down

0 comments on commit 23fc789

Please sign in to comment.