mirror of https://github.com/apache/lucene.git
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:
parent
447e9fcfee
commit
ac51d4f1b0
|
@ -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 {
|
public static abstract class Longs {
|
||||||
/** Return an long representation of this field's value. */
|
/** Return an long representation of this field's value. */
|
||||||
public abstract long get(int docID);
|
public abstract long get(int docID);
|
||||||
|
|
Loading…
Reference in New Issue