mirror of https://github.com/apache/lucene.git
- Removed erroneous semicolon.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdc8da1823
commit
a7486068de
|
@ -131,7 +131,7 @@ public class TermQuery extends Query {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns the term of this query. */
|
/** Returns the term of this query. */
|
||||||
public Term getTerm() { return term; };
|
public Term getTerm() { return term; }
|
||||||
|
|
||||||
protected Weight createWeight(Searcher searcher) {
|
protected Weight createWeight(Searcher searcher) {
|
||||||
return new TermWeight(searcher);
|
return new TermWeight(searcher);
|
||||||
|
|
Loading…
Reference in New Issue