Skip to content

Commit ee1dbba

Browse files
committed
Remove duplicated javadoc fieldType param
1 parent c0db901 commit ee1dbba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/java/org/elasticsearch/index/mapper/MetadataFieldMapper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ public interface TypeParser extends Mapper.TypeParser {
3737

3838
/**
3939
* Get the default {@link MetadataFieldMapper} to use, if nothing had to be parsed.
40-
* @param fieldType null if this is the first root mapper on this index, the existing
41-
* fieldType for this index otherwise
4240
* @param fieldType the existing field type for this meta mapper on the current index
4341
* or null if this is the first type being introduced
4442
* @param parserContext context that may be useful to build the field like analyzers

0 commit comments

Comments
 (0)