format
This commit is contained in:
parent
1565e10d06
commit
e66c78ad64
|
@ -198,7 +198,6 @@ public abstract class NumberFieldMapper<T extends Number> extends AbstractFieldM
|
||||||
this.precisionStep = ((NumberFieldMapper) mergeWith).precisionStep;
|
this.precisionStep = ((NumberFieldMapper) mergeWith).precisionStep;
|
||||||
this.includeInAll = ((NumberFieldMapper) mergeWith).includeInAll;
|
this.includeInAll = ((NumberFieldMapper) mergeWith).includeInAll;
|
||||||
this.fuzzyFactor = ((NumberFieldMapper) mergeWith).fuzzyFactor;
|
this.fuzzyFactor = ((NumberFieldMapper) mergeWith).fuzzyFactor;
|
||||||
;
|
|
||||||
this.dFuzzyFactor = parseFuzzyFactor(this.fuzzyFactor);
|
this.dFuzzyFactor = parseFuzzyFactor(this.fuzzyFactor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue