Java api: GeoDistanceRangeQueryBuilder#getValidationMethod to not take any argument
This commit is contained in:
parent
ab74e68c5c
commit
a024125f8d
|
@ -202,7 +202,7 @@ public class GeoDistanceRangeQueryBuilder extends AbstractQueryBuilder<GeoDistan
|
|||
}
|
||||
|
||||
/** Returns validation method for coordinates. */
|
||||
public GeoValidationMethod getValidationMethod(GeoValidationMethod method) {
|
||||
public GeoValidationMethod getValidationMethod() {
|
||||
return this.validationMethod;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue