Fix typo in TermQuery.equals javadocs.

This commit is contained in:
Christine Poerschke 2018-09-05 17:48:37 +01:00
parent 3f9937bca2
commit a3aa014d1a
1 changed files with 1 additions and 1 deletions

View File

@ -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) &&