mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 08:19:23 +00:00
Fix misspelling in javadoc comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@383355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e28bac0d8
commit
9ad7f217ce
@ -36,7 +36,7 @@ public abstract class FilteredTermEnum extends TermEnum {
|
||||
/** Equality measure on the term */
|
||||
public abstract float difference();
|
||||
|
||||
/** Indiciates the end of the enumeration has been reached */
|
||||
/** Indicates the end of the enumeration has been reached */
|
||||
protected abstract boolean endEnum();
|
||||
|
||||
protected void setEnum(TermEnum actualEnum) throws IOException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user