diff --git a/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java index 5a9d8acdd0f..bd7cef2e95e 100644 --- a/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java +++ b/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java @@ -53,9 +53,9 @@ import org.slf4j.LoggerFactory; /** * Clones the values found in any matching source field into - * the configured dest field. + * the configured dest field. *

- * While the dest field must be a single <str>, + * While the dest field must be a single <str>, * the source fields can be configured as either: *

*