Skip to content

Commit 4c8047c

Browse files
committed
restore jdoc formatting
1 parent ae04e66 commit 4c8047c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)