Skip to content

Commit d31445c

Browse files
committed
Fix typo in exception message for IMFRateProvider
1 parent a61917b commit d31445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moneta-convert/moneta-convert-imf/src/main/java/org/javamoney/moneta/convert/imf/IMFAbstractRateProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private ExchangeRate getExchangeRate(List<ExchangeRate> rates,final LocalDate[]
185185
}
186186
}
187187
final String datesOnErrors = Stream.of(dates).map(date -> date.format(DateTimeFormatter.ISO_LOCAL_DATE)).collect(Collectors.joining(","));
188-
throw new MonetaryException("There is not exchange on day " + datesOnErrors + " to rate to rate on IFMRateProvider.");
188+
throw new MonetaryException("There is not exchange on day " + datesOnErrors + " to rate to rate on IMFRateProvider.");
189189
}
190190
}
191191

0 commit comments

Comments
 (0)