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:
Robert Muir 2012-09-12 12:12:56 +00:00
parent e3c2194cd1
commit 1fe0640fcc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {