mirror of https://github.com/apache/lucene.git
SOLR-4515: more typos that documentation-lint aparently didn't catch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
926a9d863a
commit
89c7a3a6eb
|
@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
/**
|
||||
* <p>
|
||||
* Exchange Rates Provider for {@link CurrencyField} capable of fetching &
|
||||
* Exchange Rates Provider for {@link CurrencyField} capable of fetching &
|
||||
* parsing the freely available exchange rates from openexchangerates.org
|
||||
* </p>
|
||||
* <p>
|
||||
|
@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
|
|||
* </p>
|
||||
* <ul>
|
||||
* <li><code>ratesFileLocation</code> - A file path or absolute URL specifying the JSON data to load (mandatory)</li>
|
||||
* <li><code>refreshInterval></code> - How frequently (in minutes) to reload the exchange rate data (default: 1440)</li>
|
||||
* <li><code>refreshInterval</code> - How frequently (in minutes) to reload the exchange rate data (default: 1440)</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* <b>Disclaimer:</b> This data is collected from various providers and provided free of charge
|
||||
|
|
Loading…
Reference in New Issue