From c8f9973a106c57075601d963f13b5e0997f14f7d Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Tue, 28 Jun 2016 16:38:51 +0530 Subject: [PATCH] Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20 --- solr/CHANGES.txt | 2 +- .../src/java/org/apache/solr/common/ToleratedUpdateError.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 88ca2e318d9..99fd81cefcc 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -119,7 +119,7 @@ New Features * SOLR-8859: Spatial fields like RPT can now be configured to use Spatial4j registered shape formats e.g. via format="GeoJSON". (ryan, David Smiley) -* SOLR-445: new ToleranteUpdateProcessorFactory to support skipping update commands that cause +* SOLR-445: new TolerantUpdateProcessorFactory to support skipping update commands that cause failures when sending multiple updates in a single request. (Erick Erickson, Tomás Fernández Löbbe, Anshum Gupta, hossman) diff --git a/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java b/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java index fd8b8c79eea..55b9b8c7a4d 100644 --- a/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java +++ b/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java @@ -24,7 +24,7 @@ import org.apache.solr.common.SolrException.ErrorCode; /** * Models the basic information related to a single "tolerated" error that occured during updates. - * This class is only useful when the ToleranteUpdateProcessorFactory is used in an update + * This class is only useful when the TolerantUpdateProcessorFactory is used in an update * processor chain */ public final class ToleratedUpdateError {