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

2013-10-04 Thread Caleb Burns (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Caleb Burns updated SOLR-5304:
--

Description: 
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".

  was:
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:

  throw new SolrException(ErrorCode.BAD_REQUEST, "Error instantiating 
exhange rate provider "+exchangeRateProviderClass+": " + e.getMessage(), e);

should be:

  throw new SolrException(ErrorCode.BAD_REQUEST, "Error instantiating 
exchange rate provider "+exchangeRateProviderClass+": " + e.getMessage(), e);

"exchange" is misspelled  as "exhange".


> 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2013-10-04 Thread Caleb Burns (JIRA)
Caleb Burns created SOLR-5304:
-

 Summary: 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


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:

  throw new SolrException(ErrorCode.BAD_REQUEST, "Error instantiating 
exhange rate provider "+exchangeRateProviderClass+": " + e.getMessage(), e);

should be:

  throw new SolrException(ErrorCode.BAD_REQUEST, "Error instantiating 
exchange rate provider "+exchangeRateProviderClass+": " + e.getMessage(), e);

"exchange" is misspelled  as "exhange".



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

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