mirror of https://github.com/apache/lucene.git
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:
parent
7164584523
commit
8f0a8f4cb0
|
@ -90,7 +90,7 @@ public abstract class SpatialPrefixTree {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the level of the largest grid in which its longest side is less
|
* 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
|
* 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
|
* grid, such that you can get a grid with just the right amount of
|
||||||
* precision.
|
* precision.
|
||||||
|
|
Loading…
Reference in New Issue