Skip to content

Commit 02e08cf

Browse files
committed
Fix compilation error due to missing import of Version
1 parent 8b052ac commit 02e08cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/elasticsearch/index/mapper/IpFieldMapper.java

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.apache.lucene.search.MatchNoDocsQuery;
3232
import org.apache.lucene.search.Query;
3333
import org.apache.lucene.util.BytesRef;
34+
import org.elasticsearch.Version;
3435
import org.elasticsearch.action.fieldstats.FieldStats;
3536
import org.elasticsearch.common.Explicit;
3637
import org.elasticsearch.common.Nullable;

0 commit comments

Comments
 (0)