mirror of https://github.com/apache/lucene.git
LUCENE-7942: Replace a tab that shouldn't have been there.
This commit is contained in:
parent
8fc61e5628
commit
1cc3d8050c
|
@ -808,7 +808,7 @@ class GeoStandardPath extends GeoBasePath {
|
||||||
throw new RuntimeException("Can't find world intersection for point x="+x+" y="+y+" z="+z);
|
throw new RuntimeException("Can't find world intersection for point x="+x+" y="+y+" z="+z);
|
||||||
}
|
}
|
||||||
return distanceStyle.aggregateDistances(distanceStyle.toAggregationForm(distanceStyle.computeDistance(thePoint, x, y, z)),
|
return distanceStyle.aggregateDistances(distanceStyle.toAggregationForm(distanceStyle.computeDistance(thePoint, x, y, z)),
|
||||||
distanceStyle.toAggregationForm(distanceStyle.computeDistance(start, thePoint.x, thePoint.y, thePoint.z)));
|
distanceStyle.toAggregationForm(distanceStyle.computeDistance(start, thePoint.x, thePoint.y, thePoint.z)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Compute external distance.
|
/** Compute external distance.
|
||||||
|
|
Loading…
Reference in New Issue