LUCENE-4208 woops; meant {@code } not {@link }

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1379685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2012-09-01 02:30:26 +00:00
parent 7164584523
commit 8f0a8f4cb0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public abstract class SpatialPrefixTree {
/**
* Returns the level of the largest grid in which its longest side is less
* than or equal to the provided distance (in degrees). Consequently {@link
* than or equal to the provided distance (in degrees). Consequently {@code
* dist} acts as an error epsilon declaring the amount of detail needed in the
* grid, such that you can get a grid with just the right amount of
* precision.