Skip to content

Commit 3896008

Browse files
committed
6: Replace Bintray/JCenter
Task-Url: JavaMoney/javamoney-parent#6
1 parent fe1e7ec commit 3896008

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/javax/money/Monetary.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright 2012-2016 Credit Suisse
3-
* Copyright 2018-2020 Werner Keil, Otavio Santana, Trivadis AG
3+
* Copyright 2018-2021 Werner Keil, Otavio Santana, Trivadis AG
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.
@@ -50,7 +50,7 @@ private static MonetaryCurrenciesSingletonSpi monetaryCurrenciesSingletonSpi() {
5050
DefaultMonetaryCurrenciesSingletonSpi::new);
5151
} catch (Exception e) {
5252
Logger.getLogger(Monetary.class.getName())
53-
.log(Level.INFO, "Failed to load MonetaryCurrenciesSingletonSpi, using default.", e);
53+
.log(Level.WARNING, "Failed to load MonetaryCurrenciesSingletonSpi, using default.", e);
5454
return new DefaultMonetaryCurrenciesSingletonSpi();
5555
}
5656
}
@@ -496,6 +496,4 @@ public static List<String> getDefaultCurrencyProviderChain() {
496496
return monetaryCurrenciesSingletonSpi()
497497
.getDefaultProviderChain();
498498
}
499-
500-
501499
}

0 commit comments

Comments
 (0)