mirror of https://github.com/apache/lucene.git
fix broken javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e3c2194cd1
commit
1fe0640fcc
|
@ -609,7 +609,7 @@ public abstract class FieldType extends FieldProperties {
|
|||
* check that it's initialization does not violate any fundemental
|
||||
* requirements of the <code>FieldType</code>. The default implementation
|
||||
* does nothing, but subclasses may chose to throw a {@link SolrException}
|
||||
* if invariants are violated by the <code>SchemaField.
|
||||
* if invariants are violated by the <code>SchemaField.</code>
|
||||
* </p>
|
||||
*/
|
||||
public void checkSchemaField(final SchemaField field) throws SolrException {
|
||||
|
|
Loading…
Reference in New Issue