Skip to content

Commit 577df97

Browse files
committed
fixing compilation
1 parent 1ec9b9b commit 577df97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/java/org/elasticsearch/index/store/FsDirectoryFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
import org.elasticsearch.index.IndexModule;
2929
import org.elasticsearch.index.IndexSettings;
3030
import org.elasticsearch.index.shard.ShardPath;
31+
import org.elasticsearch.logging.LogManager;
32+
import org.elasticsearch.logging.Logger;
3133
import org.elasticsearch.plugins.IndexStorePlugin;
3234

3335
import java.io.IOException;

0 commit comments

Comments
 (0)