fix javadoc error

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2012-06-28 08:10:06 +00:00
parent 26d3f1f813
commit 8107cff79c
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ public abstract class SpatialStrategy<T extends SpatialFieldInfo> {
* The value source yields a number that is proportional to the distance between the query shape and indexed data.
* @param args
* @param fieldInfo
* @return
*/
public abstract ValueSource makeValueSource(SpatialArgs args, T fieldInfo);