Java api: GeoDistanceRangeQueryBuilder#getValidationMethod to not take any argument

This commit is contained in:
javanna 2015-10-07 12:51:17 +02:00 committed by Luca Cavanna
parent ab74e68c5c
commit a024125f8d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}