We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382b50b commit 7338bc1Copy full SHA for 7338bc1
src/main/java/javax/money/spi/Bootstrap.java
@@ -4,7 +4,7 @@
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-2013, Credit Suisse All rights reserved.
+ * (c) 2012-2015, Credit Suisse All rights reserved.
8
*/
9
package javax.money.spi;
10
@@ -123,4 +123,4 @@ public static <T> T getService(Class<T> serviceType) {
123
.orElse(null);
124
}
125
126
-}
+}
0 commit comments