Trivial Spelling fix

ToleranteUpdateProcessorFactory -> TolerantUpdateProcessorFactory
This commit is contained in:
Alexandre Rafalovitch 2016-06-13 23:22:49 +10:00 committed by GitHub
parent 6742355f93
commit ebffa9aa2a
1 changed files with 1 additions and 1 deletions

View File

@ -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. * Models the basic information related to a single "tolerated" error that occured during updates.
* This class is only useful when the <code>ToleranteUpdateProcessorFactory</code> is used in an update * This class is only useful when the <code>TolerantUpdateProcessorFactory</code> is used in an update
* processor chain * processor chain
*/ */
public final class ToleratedUpdateError { public final class ToleratedUpdateError {