Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2208bdc

Browse files
committed
merge highlights
1 parent 316c18e commit 2208bdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
package org.nlpcn.es4sql.domain.hints;
22

3-
import org.elasticsearch.common.jackson.dataformat.yaml.YAMLFactory;
4-
import org.elasticsearch.common.jackson.dataformat.yaml.YAMLParser;
3+
4+
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
5+
import com.fasterxml.jackson.dataformat.yaml.YAMLParser;
56
import org.elasticsearch.common.xcontent.yaml.YamlXContentParser;
67
import org.nlpcn.es4sql.exception.SqlParseException;
78

0 commit comments

Comments
 (0)