LUCENE-7942: Replace a tab that shouldn't have been there.

This commit is contained in:
Karl Wright 2017-08-29 09:52:17 -04:00
parent 8fc61e5628
commit 1cc3d8050c
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ class GeoStandardPath extends GeoBasePath {
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)),
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.