Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Apr 9, 2024
1 parent 3e847f4 commit c0960fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@

/**
* A {@link FieldMapper} for semantic text fields.
*
*/
public class SemanticTextFieldMapper extends FieldMapper implements InferenceFieldMapper {
public static final String CONTENT_TYPE = "semantic_text";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
import static org.hamcrest.Matchers.instanceOf;

public class SemanticTextFieldMapperTests extends MapperTestCase {

@Override
protected Collection<? extends Plugin> getPlugins() {
return singletonList(new InferencePlugin(Settings.EMPTY));
Expand Down

0 comments on commit c0960fa

Please sign in to comment.