You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/10/05 10:24:42 UTC

[jira] [Commented] (SOLR-5304) Typo in exception string in CurrencyField.java

    [ https://issues.apache.org/jira/browse/SOLR-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13786975#comment-13786975 ] 

ASF subversion and git services commented on SOLR-5304:
-------------------------------------------------------

Commit 1529405 from shalin@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1529405 ]

SOLR-5304: Fixed typo in exception message in CurrencyField

> Typo in exception string in CurrencyField.java
> ----------------------------------------------
>
>                 Key: SOLR-5304
>                 URL: https://issues.apache.org/jira/browse/SOLR-5304
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.4
>            Reporter: Caleb Burns
>            Priority: Trivial
>              Labels: typo
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> There is a typo in an exception string in CurrencyField.java. As of today, in https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/schema/CurrencyField.java on line 149:
> {code:title=CurrencyField.java}
>       throw new SolrException(ErrorCode.BAD_REQUEST, "Error instantiating exhange rate provider "+exchangeRateProviderClass+": " + e.getMessage(), e);
> {code}
> should be:
> {code:title=CurrencyField.java}
> throw new SolrException(ErrorCode.BAD_REQUEST, "Error instantiating exchange rate provider "+exchangeRateProviderClass+": " + e.getMessage(), e);
> {code}
> "exchange" is misspelled  as "exhange".



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org