This commit is contained in:
kimchy 2011-05-07 15:04:52 +03:00
parent 1565e10d06
commit e66c78ad64
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ public abstract class NumberFieldMapper<T extends Number> extends AbstractFieldM
this.precisionStep = ((NumberFieldMapper) mergeWith).precisionStep;
this.includeInAll = ((NumberFieldMapper) mergeWith).includeInAll;
this.fuzzyFactor = ((NumberFieldMapper) mergeWith).fuzzyFactor;
;
this.dFuzzyFactor = parseFuzzyFactor(this.fuzzyFactor);
}
}