From 8fa6c59beb4d1396bfc0a8db4661c4a2c28fc60e Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Tue, 29 Jul 2014 21:48:17 +0000 Subject: [PATCH] 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 --- .../processor/AbstractDefaultValueUpdateProcessorFactory.java | 2 +- .../solr/update/processor/UUIDUpdateProcessorFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java index de8491102aa..d4448b60f45 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java +++ b/solr/core/src/java/org/apache/solr/update/processor/AbstractDefaultValueUpdateProcessorFactory.java @@ -36,7 +36,7 @@ import org.apache.solr.update.AddUpdateCommand; *

*

* This base class handles initialization of the fieldName 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 getInstance * implementation. *

diff --git a/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java index 3f9ef5aee7d..e099f04fd08 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java +++ b/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java @@ -50,7 +50,7 @@ import org.apache.solr.schema.SchemaField; * *

* If field name is omitted in processor configuration, - * then @{link org.apache.solr.schema.IndexSchema#getUniqueKeyField()} + * then @{link org.apache.solr.schema.IndexSchema#getUniqueKeyField()} * is used as field and a new UUID 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.