From 8f0a8f4cb05a793542a9eea727cc5c5135b7046b Mon Sep 17 00:00:00 2001 From: David Wayne Smiley Date: Sat, 1 Sep 2012 02:30:26 +0000 Subject: [PATCH] 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 --- .../apache/lucene/spatial/prefix/tree/SpatialPrefixTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/spatial/src/java/org/apache/lucene/spatial/prefix/tree/SpatialPrefixTree.java b/lucene/spatial/src/java/org/apache/lucene/spatial/prefix/tree/SpatialPrefixTree.java index 2892c515ac4..e33a5881efb 100644 --- a/lucene/spatial/src/java/org/apache/lucene/spatial/prefix/tree/SpatialPrefixTree.java +++ b/lucene/spatial/src/java/org/apache/lucene/spatial/prefix/tree/SpatialPrefixTree.java @@ -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.