SOLR-6020: Fix broken JavaDoc found by precommit.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1614498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy Potter 2014-07-29 21:48:17 +00:00
parent 818e68b61b
commit 8fa6c59beb
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import org.apache.solr.update.AddUpdateCommand;
* </p>
* <p>
* This base class handles initialization of the <code>fieldName</code> init
* param, and provides an {@link DefaultValueUpdateProcessor} that Factory
* param, and provides an {@link AbstractDefaultValueUpdateProcessorFactory.DefaultValueUpdateProcessor} that Factory
* subclasses may choose to return from their <code>getInstance</code>
* implementation.
* </p>

View File

@ -50,7 +50,7 @@ import org.apache.solr.schema.SchemaField;
*
* <p>
* If field name is omitted in processor configuration,
* then @{link org.apache.solr.schema.IndexSchema#getUniqueKeyField()}</code>
* then @{link org.apache.solr.schema.IndexSchema#getUniqueKeyField()}
* is used as field and a new <code>UUID</code> will be generated
* and added as the value of that field. The field type of the uniqueKeyField
* must be anything which accepts a string or UUID value.