mirror of https://github.com/apache/lucene.git
Fix typo in TermQuery.equals javadocs.
This commit is contained in:
parent
3f9937bca2
commit
a3aa014d1a
|
@ -224,7 +224,7 @@ public class TermQuery extends Query {
|
|||
return perReaderTermState;
|
||||
}
|
||||
|
||||
/** Returns true iff <code>o</code> is equal to this. */
|
||||
/** Returns true iff <code>other</code> is equal to <code>this</code>. */
|
||||
@Override
|
||||
public boolean equals(Object other) {
|
||||
return sameClassAs(other) &&
|
||||
|
|
Loading…
Reference in New Issue