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:
Chris M. Hostetter 2013-03-02 06:39:39 +00:00
parent 926a9d863a
commit 89c7a3a6eb
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ import org.slf4j.LoggerFactory;
/** /**
* <p> * <p>
* Exchange Rates Provider for {@link CurrencyField} capable of fetching &amp * Exchange Rates Provider for {@link CurrencyField} capable of fetching &amp;
* parsing the freely available exchange rates from openexchangerates.org * parsing the freely available exchange rates from openexchangerates.org
* </p> * </p>
* <p> * <p>
@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
* </p> * </p>
* <ul> * <ul>
* <li><code>ratesFileLocation</code> - A file path or absolute URL specifying the JSON data to load (mandatory)</li> * <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> * </ul>
* <p> * <p>
* <b>Disclaimer:</b> This data is collected from various providers and provided free of charge * <b>Disclaimer:</b> This data is collected from various providers and provided free of charge