1
1
/*
2
- * Copyright (c) 2012, 2013, Credit Suisse (Anatole Tresch), Werner Keil. Licensed under the Apache
3
- * License, Version 2.0 (the "License"); you may not use this file except in compliance with the
4
- * License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
5
- * Unless required by applicable law or agreed to in writing, software distributed under the License
6
- * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
7
- * or implied. See the License for the specific language governing permissions and limitations under
8
- * the License.
2
+ * CREDIT SUISSE IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU
3
+ * ACCEPT ALL OF THE TERMS CONTAINED IN THIS AGREEMENT. PLEASE READ THE TERMS AND CONDITIONS OF THIS
4
+ * AGREEMENT CAREFULLY. BY DOWNLOADING THIS SPECIFICATION, YOU ACCEPT THE TERMS AND CONDITIONS OF
5
+ * THE AGREEMENT. IF YOU ARE NOT WILLING TO BE BOUND BY IT, SELECT THE "DECLINE" BUTTON AT THE
6
+ * BOTTOM OF THIS PAGE. Specification: JSR-354 Money and Currency API ("Specification") Copyright
7
+ * (c) 2012-2015, Credit Suisse All rights reserved.
9
8
*/
10
9
package javax .money .spi ;
11
10
37
36
* not work.
38
37
*
39
38
* @author Anatole Tresch
39
+ * @author Werner Keil
40
40
*/
41
41
public interface MonetaryConversionsSingletonSpi {
42
42
@@ -176,7 +176,7 @@ default ExchangeRateProvider getExchangeRateProvider(String... providers) {
176
176
*
177
177
* @param conversionQuery the {@link javax.money.convert.ConversionQuery} determining the tpye of conversion
178
178
* required, not null.
179
- * @return the correspöonding conversion, not null.
179
+ * @return the corresponding conversion, not null.
180
180
* @throws javax.money.MonetaryException if no matching conversion could be found.
181
181
* @see #isConversionAvailable(javax.money.convert.ConversionQuery)
182
182
*/
@@ -202,4 +202,4 @@ default CurrencyConversion getConversion(CurrencyUnit termCurrency, String... pr
202
202
return getConversion (ConversionQueryBuilder .of ().setTermCurrency (termCurrency ).setProviderNames (providers ).build ());
203
203
}
204
204
205
- }
205
+ }
0 commit comments