From 8107cff79c10fd5e655e136264c0efb2b54bae9b Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Thu, 28 Jun 2012 08:10:06 +0000 Subject: [PATCH] fix javadoc error git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1354850 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/lucene/spatial/SpatialStrategy.java | 1 - 1 file changed, 1 deletion(-) diff --git a/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java b/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java index 5931fc5ac06..eef1603c4e7 100644 --- a/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java +++ b/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java @@ -66,7 +66,6 @@ public abstract class SpatialStrategy { * 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);