- Changed the link to QueryParser from a HREF to a {@link ...}.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-02-21 21:43:34 +00:00
parent dabd5e449f
commit ef902b7ecd
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ import org.apache.lucene.index.IndexReader;
</ul>
<p>A parser for queries is contained in:
<ul>
<li><a href="/lucene/docs/api/org/apache/lucene/queryParser/QueryParser.html">QueryParser</a>
<li>{@link org.apache.lucene.queryParser.QueryParser}
</ul>
*/
abstract public class Query implements java.io.Serializable {