File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
server/src/main/java/org/elasticsearch/index/mapper Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ public abstract class FieldMapper extends Mapper {
8383 static final Parameter <?>[] EMPTY_PARAMETERS = new Parameter [0 ];
8484
8585 /**
86- * @param multiFields sub fields of this mapper
87- * @param copyTo copyTo fields of this mapper
88- * @param sourceKeepMode mode for storing the field source in synthetic source mode
89- * @param hasScript whether a script is defined for the field
90- * @param onScriptError the behaviour for when the defined script fails at runtime
86+ * @param multiFields sub fields of this mapper
87+ * @param copyTo copyTo fields of this mapper
88+ * @param sourceKeepMode mode for storing the field source in synthetic source mode
89+ * @param hasScript whether a script is defined for the field
90+ * @param onScriptError the behaviour for when the defined script fails at runtime
9191 */
9292 protected record BuilderParams (
9393 MultiFields multiFields ,
You can’t perform that action at this time.
0 commit comments