Fix javadocs.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2013-02-14 09:51:36 +00:00
parent 447e9fcfee
commit ac51d4f1b0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public interface FieldCache {
};
}
/** Field values as 32-bit signed long integers */
/** Field values as 64-bit signed long integers */
public static abstract class Longs {
/** Return an long representation of this field's value. */
public abstract long get(int docID);