Skip to content

Commit

Permalink
revert AbstractShapeGeometryFieldMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Oct 3, 2023
1 parent 3f477ea commit 5aa36ba
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,6 @@ protected AbstractShapeGeometryFieldMapper(
this.orientation = orientation;
}

protected AbstractShapeGeometryFieldMapper(
String simpleName,
MappedFieldType mappedFieldType,
MultiFields multiFields,
Explicit<Boolean> coerce,
Explicit<Orientation> orientation,
CopyTo copyTo,
Parser<T> parser,
OnScriptError onScriptError
) {
super(simpleName, mappedFieldType, multiFields, copyTo, parser, onScriptError);
this.coerce = coerce;
this.orientation = orientation;
}

public boolean coerce() {
return coerce.value();
}
Expand Down

0 comments on commit 5aa36ba

Please sign in to comment.