Skip to content

Commit 382b50b

Browse files
committed
Update MonetaryConversionsSingletonSpi.java
Fixed typo
1 parent ebb6631 commit 382b50b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/javax/money/spi/MonetaryConversionsSingletonSpi.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2013, Credit Suisse (Anatole Tresch), Werner Keil. Licensed under the Apache
2+
* Copyright (c) 2012, 2015, Credit Suisse (Anatole Tresch), Werner Keil. Licensed under the Apache
33
* License, Version 2.0 (the "License"); you may not use this file except in compliance with the
44
* License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
55
* Unless required by applicable law or agreed to in writing, software distributed under the License
@@ -37,6 +37,7 @@
3737
* not work.
3838
*
3939
* @author Anatole Tresch
40+
* @author Werner Keil
4041
*/
4142
public interface MonetaryConversionsSingletonSpi {
4243

@@ -176,7 +177,7 @@ default ExchangeRateProvider getExchangeRateProvider(String... providers) {
176177
*
177178
* @param conversionQuery the {@link javax.money.convert.ConversionQuery} determining the tpye of conversion
178179
* required, not null.
179-
* @return the correspöonding conversion, not null.
180+
* @return the corresponding conversion, not null.
180181
* @throws javax.money.MonetaryException if no matching conversion could be found.
181182
* @see #isConversionAvailable(javax.money.convert.ConversionQuery)
182183
*/
@@ -202,4 +203,4 @@ default CurrencyConversion getConversion(CurrencyUnit termCurrency, String... pr
202203
return getConversion(ConversionQueryBuilder.of().setTermCurrency(termCurrency).setProviderNames(providers).build());
203204
}
204205

205-
}
206+
}

0 commit comments

Comments
 (0)