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:13:04 UTC

svn commit: r1354851 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/spatial/ lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java

Author: ryan
Date: Thu Jun 28 08:13:03 2012
New Revision: 1354851

URL: http://svn.apache.org/viewvc?rev=1354851&view=rev
Log:
merge javadoc fix from trunk

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/spatial/   (props changed)
    lucene/dev/branches/branch_4x/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java

Modified: lucene/dev/branches/branch_4x/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java?rev=1354851&r1=1354850&r2=1354851&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java (original)
+++ lucene/dev/branches/branch_4x/lucene/spatial/src/java/org/apache/lucene/spatial/SpatialStrategy.java Thu Jun 28 08:13:03 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);