mirror of https://github.com/apache/lucene.git
fix typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@959689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86ce79d6db
commit
83aca3b282
|
@ -47,7 +47,7 @@ import java.util.Collections;
|
|||
|
||||
/**
|
||||
* A factory that parses user queries to generate ValueSource instances.
|
||||
* Intented usage is to create pluggable, named functions for use in function queries.
|
||||
* Intended usage is to create pluggable, named functions for use in function queries.
|
||||
*/
|
||||
public abstract class ValueSourceParser implements NamedListInitializedPlugin {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue