You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/09/12 14:12:56 UTC

svn commit: r1383902 - /lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java

Author: rmuir
Date: Wed Sep 12 12:12:56 2012
New Revision: 1383902

URL: http://svn.apache.org/viewvc?rev=1383902&view=rev
Log:
fix broken javadocs

Modified:
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java?rev=1383902&r1=1383901&r2=1383902&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/FieldType.java Wed Sep 12 12:12:56 2012
@@ -609,7 +609,7 @@ public abstract class FieldType extends 
    * 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 {