mirror of https://github.com/apache/lucene.git
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:
parent
26d3f1f813
commit
8107cff79c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue