From e256f679e367010308200544a8deb44aff1ba9ce Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Tue, 3 Mar 2009 15:00:02 +0000 Subject: [PATCH] typo in javadoc git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@749625 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/lucene/search/trie/TrieUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java b/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java index a122207bc24..890951c6b44 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java +++ b/contrib/queries/src/java/org/apache/lucene/search/trie/TrieUtils.java @@ -39,7 +39,7 @@ import org.apache.lucene.search.ExtendedFieldCache; *

To also index floating point numbers, this class supplies two methods to convert them * to integer values by changing their bit layout: {@link #doubleToSortableLong}, * {@link #floatToSortableInt}. You will have no precision loss by - * converting floating point numbers to integers and back (only that the integer form does + * converting floating point numbers to integers and back (only that the integer form * is not usable). Other data types like dates can easily converted to longs or ints (e.g. * date to long: {@link java.util.Date#getTime}). *

To index the different precisions of the long values each encoded value is also reduced