You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2012/06/28 10:10:07 UTC

svn commit: r1354850 - /lucene/dev/trunk/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java

Author: ryan
Date: Thu Jun 28 08:10:06 2012
New Revision: 1354850

URL: http://svn.apache.org/viewvc?rev=1354850&view=rev
Log:
fix javadoc error

Modified:
    lucene/dev/trunk/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java

Modified: lucene/dev/trunk/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java?rev=1354850&r1=1354849&r2=1354850&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java (original)
+++ lucene/dev/trunk/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java Thu Jun 28 08:10:06 2012
@@ -66,7 +66,6 @@ public abstract class SpatialStrategy<T 
    * 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);